aboutsummaryrefslogtreecommitdiff
path: root/build2/parser.cxx
diff options
context:
space:
mode:
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)