aboutsummaryrefslogtreecommitdiff
path: root/libbuild2/token.hxx
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2020-06-10 10:01:45 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2020-06-10 10:01:45 +0200
commit1ea33ab70f88fcfebf388a9a438e3c1e56fbdf0f (patch)
tree359f61dc51fee77abd1f376b45418501de549104 /libbuild2/token.hxx
parentd5faeeab1d2115c02a330ac9c95d63ba225faabc (diff)
Handle special variable names when spelled as $(<char>) rather than $<char>
Diffstat (limited to 'libbuild2/token.hxx')
-rw-r--r--libbuild2/token.hxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/libbuild2/token.hxx b/libbuild2/token.hxx
index 156e428..7344ecd 100644
--- a/libbuild2/token.hxx
+++ b/libbuild2/token.hxx
@@ -206,6 +206,7 @@ namespace build2
build2::token token;
const path_name* file;
lexer_mode_base mode;
+ uintptr_t mode_data;
using location_type = build2::location;