From f6e6cfc3b5c7c84dedddc95084c423608769d4b7 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Wed, 26 Apr 2017 12:43:15 +0200 Subject: Fix bug in pair handling --- build2/token | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'build2/token') 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; -- cgit v1.1