aboutsummaryrefslogtreecommitdiff
path: root/libbuild2/context.hxx
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2019-08-23 16:27:20 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2019-08-23 16:27:20 +0200
commitb85b7ad1e985c14d0420002229665c9edda53ab5 (patch)
treec92c1de254b3aff6cf4b2b8c3887b0128f67367c /libbuild2/context.hxx
parent3a4d255681a623b60e5219b1de3a48ac5274cbef (diff)
Functionsctx
Diffstat (limited to 'libbuild2/context.hxx')
-rw-r--r--libbuild2/context.hxx4
1 files changed, 4 insertions, 0 deletions
diff --git a/libbuild2/context.hxx b/libbuild2/context.hxx
index 1d20acb..2e2be3a 100644
--- a/libbuild2/context.hxx
+++ b/libbuild2/context.hxx
@@ -33,6 +33,8 @@ namespace build2
class value;
using values = small_vector<value, 1>;
+ class function_map;
+
struct opspec;
class LIBBUILD2_SYMEXPORT run_phase_mutex
@@ -277,6 +279,8 @@ namespace build2
const variable_pool& var_pool;
const variable_overrides& var_overrides; // Project and relative scope.
+ function_map& functions;
+
// Cached variables.
//