From 1ea33ab70f88fcfebf388a9a438e3c1e56fbdf0f Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Wed, 10 Jun 2020 10:01:45 +0200 Subject: Handle special variable names when spelled as $() rather than $ --- libbuild2/token.hxx | 1 + 1 file changed, 1 insertion(+) (limited to 'libbuild2/token.hxx') 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; -- cgit v1.1