From e19095ef128f53644bc7650094d8924633c79efa Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Wed, 23 Nov 2016 16:53:31 +0200 Subject: Implement value type propagation on expansion Currently, we only propagate types of sole, unquoted expansions (variable, function call, or eval context), similar to NULL. To untypify the value, simply quote it. --- build2/test/script/parser.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'build2/test/script/parser.cxx') diff --git a/build2/test/script/parser.cxx b/build2/test/script/parser.cxx index 5730647..9afef75 100644 --- a/build2/test/script/parser.cxx +++ b/build2/test/script/parser.cxx @@ -1190,7 +1190,7 @@ namespace build2 attributes_push (t, tt, true); return tt != type::newline && tt != type::semi - ? parse_names_value (t, tt, "variable value", nullptr) + ? parse_value (t, tt, "variable value", nullptr) : value (names ()); } -- cgit v1.1