diff options
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 |