From 075404d03607048609a6f1b226d8e2845806b838 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Thu, 21 Jan 2016 08:47:07 +0200 Subject: Rename equal token to assign, etc --- build2/b.cxx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'build2/b.cxx') diff --git a/build2/b.cxx b/build2/b.cxx index 04e7455..636951a 100644 --- a/build2/b.cxx +++ b/build2/b.cxx @@ -165,9 +165,9 @@ main (int argc, char* argv[]) token_type tt (l.next ().type); - if (tt != token_type::equal && - tt != token_type::equal_plus && - tt != token_type::plus_equal) + if (tt != token_type::assign && + tt != token_type::prepend && + tt != token_type::append) break; parser p; -- cgit v1.1