aboutsummaryrefslogtreecommitdiff
path: root/build2/token
diff options
context:
space:
mode:
Diffstat (limited to 'build2/token')
-rw-r--r--build2/token3
1 files changed, 1 insertions, 2 deletions
diff --git a/build2/token b/build2/token
index e43e66d..d58aebd 100644
--- a/build2/token
+++ b/build2/token
@@ -27,7 +27,7 @@ namespace build2
eos,
newline,
word,
- pair_separator,
+ pair_separator, // token::value[0] is the pair separator char.
colon, // :
dollar, // $
@@ -156,7 +156,6 @@ namespace build2
build2::token token;
const path* file;
lexer_mode_base mode;
- char pair_separator;
using location_type = build2::location;