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 a2a046b..9b326b1 100644
--- a/build2/parser
+++ b/build2/parser
@@ -64,6 +64,9 @@ namespace build2
parse_clause (token&, token_type&, bool one = false);
void
+ parse_assert (token&, token_type&);
+
+ void
parse_print (token&, token_type&);
void