diff options
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 bc5bf4b..b1ac8b2 100644 --- a/libbuild2/parser.hxx +++ b/libbuild2/parser.hxx @@ -234,6 +234,9 @@ namespace build2 const variable&, token_type, const location&); const variable& + parse_variable_name (string&&, const location&); + + const variable& parse_variable_name (names&&, const location&); // Note: calls attributes_push() that the caller must pop. |