diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2020-11-30 09:05:55 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2020-11-30 13:03:07 +0200 |
commit | 449f183b9eb4da6ceb97fdb5fda1c767760315c2 (patch) | |
tree | 336d5b4fdebc0a816ebe9fdcd38f2319ec97aa37 /libbuild2/cc/parser.hxx | |
parent | c0303569afe979f3965228835ac902dce2e940c2 (diff) |
Add support for module partitions
Diffstat (limited to 'libbuild2/cc/parser.hxx')
-rw-r--r-- | libbuild2/cc/parser.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libbuild2/cc/parser.hxx b/libbuild2/cc/parser.hxx index db5858e..9abfc81 100644 --- a/libbuild2/cc/parser.hxx +++ b/libbuild2/cc/parser.hxx @@ -33,7 +33,7 @@ namespace build2 void parse_import (token&, bool); - string + pair<string, bool> parse_module_name (token&, bool); string |