aboutsummaryrefslogtreecommitdiff
path: root/build2/parser
diff options
context:
space:
mode:
Diffstat (limited to 'build2/parser')
-rw-r--r--build2/parser3
1 files changed, 3 insertions, 0 deletions
diff --git a/build2/parser b/build2/parser
index f3413a3..0e15e4c 100644
--- a/build2/parser
+++ b/build2/parser
@@ -41,6 +41,9 @@ namespace build2
token
parse_variable (lexer&, scope&, const variable_type&, token_type kind);
+ token
+ parse_variable_value (lexer&, scope&, names_type& result);
+
names_type
parse_export_stub (istream& is, const path& p, scope& r, scope& b)
{