aboutsummaryrefslogtreecommitdiff
path: root/build2/b.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'build2/b.cxx')
-rw-r--r--build2/b.cxx6
1 files changed, 3 insertions, 3 deletions
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;