aboutsummaryrefslogtreecommitdiff
path: root/build2/parser.hxx
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2017-07-19 19:33:22 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2017-07-19 19:33:22 +0200
commit183a0f3d21dce7e50ac001f626c6492c0d36e7a3 (patch)
tree30578be48463b93f848f08b658be0777850b9abd /build2/parser.hxx
parent78d150347d345edd264b13911b680ea9b848116a (diff)
Add support for fail, warn, info, text directives
Diffstat (limited to 'build2/parser.hxx')
-rw-r--r--build2/parser.hxx3
1 files changed, 3 insertions, 0 deletions
diff --git a/build2/parser.hxx b/build2/parser.hxx
index e7afe3a..2ee0a64 100644
--- a/build2/parser.hxx
+++ b/build2/parser.hxx
@@ -81,6 +81,9 @@ namespace build2
parse_print (token&, token_type&);
void
+ parse_diag (token&, token_type&);
+
+ void
parse_source (token&, token_type&);
void