From 388b94567f3136d1370b37610081c5465a74bdb7 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Mon, 9 Aug 2021 18:36:43 +0200 Subject: Use parse_variable_name() in parse_import(), parse_config() --- 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 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. -- cgit v1.1