From 183a0f3d21dce7e50ac001f626c6492c0d36e7a3 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Wed, 19 Jul 2017 19:33:22 +0200 Subject: Add support for fail, warn, info, text directives --- build2/parser.hxx | 3 +++ 1 file changed, 3 insertions(+) (limited to 'build2/parser.hxx') 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 -- cgit v1.1