From da89d944bbc3cca9fd36a4a360f94023134a9a8c Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Fri, 20 Mar 2020 09:51:01 +0200 Subject: Initial implementation of config directive for project-specific configuration --- libbuild2/parser.hxx | 3 +++ 1 file changed, 3 insertions(+) (limited to 'libbuild2/parser.hxx') diff --git a/libbuild2/parser.hxx b/libbuild2/parser.hxx index f1cd976..dd5cbda 100644 --- a/libbuild2/parser.hxx +++ b/libbuild2/parser.hxx @@ -128,6 +128,9 @@ namespace build2 parse_run (token&, token_type&); void + parse_config (token&, token_type&); + + void parse_import (token&, token_type&); void -- cgit v1.1