aboutsummaryrefslogtreecommitdiff
path: root/build2/test/script/parser
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2016-10-18 13:34:26 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2016-11-04 09:26:25 +0200
commit8187642ed2b619fc6dc6844f80d107c338c428a3 (patch)
tree6c5f5ca0eb50928f2532fdaa144167061c619912 /build2/test/script/parser
parente9b052c520bbf98e060ac2ec4e1e482263038dec (diff)
Remove support for expanded variable names in assignment
Such cases will have to be handled with explicit set builtin.
Diffstat (limited to 'build2/test/script/parser')
-rw-r--r--build2/test/script/parser4
1 files changed, 2 insertions, 2 deletions
diff --git a/build2/test/script/parser b/build2/test/script/parser
index daaa953..f9fbd98 100644
--- a/build2/test/script/parser
+++ b/build2/test/script/parser
@@ -46,10 +46,10 @@ namespace build2
parse_script_line (token&, token_type&);
void
- parse_variable_line (token&, token_type&, string, location);
+ parse_variable_line (token&, token_type&);
void
- parse_test_line (token&, token_type&, names, location);
+ parse_test_line (token&, token_type&);
command_exit
parse_command_exit (token&, token_type&);