aboutsummaryrefslogtreecommitdiff
path: root/build2/parser.cxx
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2016-10-16 12:10:27 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2016-11-04 09:26:21 +0200
commitfa47916a51f530a4c728063f71b0e8d6da4dac0f (patch)
tree03ec81a4f9192d9400f8ec7d5d1f4c967ae05b6d /build2/parser.cxx
parentb9007109a1b6044f5b3239ccacc10946c94c46f4 (diff)
Add support for lexer name scanning customization
Diffstat (limited to 'build2/parser.cxx')
-rw-r--r--build2/parser.cxx3
1 files changed, 1 insertions, 2 deletions
diff --git a/build2/parser.cxx b/build2/parser.cxx
index 0bca663..30c5ff3 100644
--- a/build2/parser.cxx
+++ b/build2/parser.cxx
@@ -2043,8 +2043,7 @@ namespace build2
tt != type::lparen) || peeked ().separated))
{
tt = type::name;
- t = token (
- move (concat), true, false, t.line, t.column, token_printer);
+ t = token (move (concat), true, false, t.line, t.column);
concat.clear ();
}
else if (!first)