diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2020-03-20 09:51:01 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2020-03-20 09:51:01 +0200 |
commit | da89d944bbc3cca9fd36a4a360f94023134a9a8c (patch) | |
tree | 1c31738b128b0628ff2e82817e43df9f9461beb0 /libbuild2/parser.hxx | |
parent | ce29e3d72ded432b9ac9354ac92c588142de9b89 (diff) |
Initial implementation of config directive for project-specific configuration
Diffstat (limited to 'libbuild2/parser.hxx')
-rw-r--r-- | libbuild2/parser.hxx | 3 |
1 files changed, 3 insertions, 0 deletions
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 |