aboutsummaryrefslogtreecommitdiff
path: root/build2/parser
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2016-03-18 17:54:37 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2016-03-28 16:03:34 +0200
commitcf59a5fa548cfa72ab0b56334afea5c031faf27b (patch)
treed9193ee747f85f9e2763b98c386057fa6f15ff63 /build2/parser
parente9563995b01162a8ec4aa24b5342dcdc2eeba154 (diff)
Enable @-delimited pairs mode everywhere
Diffstat (limited to 'build2/parser')
-rw-r--r--build2/parser4
1 files changed, 2 insertions, 2 deletions
diff --git a/build2/parser b/build2/parser
index 5eb50e5..201e8ed 100644
--- a/build2/parser
+++ b/build2/parser
@@ -85,7 +85,7 @@ namespace build2
variable_name (names_type&&, const location&);
names_type
- variable_value (token&, token_type&, const variable_type&);
+ variable_value (token&, token_type&);
names_type
eval (token&, token_type&);
@@ -208,7 +208,7 @@ namespace build2
lexer_->expire_mode ();
}
- // Token saving and replaying. Note that is can only be used in certain
+ // Token saving and replaying. Note that it can only be used in certain
// contexts. Specifically, the lexer mode should be the same and the code
// that parses a replay must not interact with the lexer directly (e.g.,
// the keyword() test). For now we don't enforce any of this.