aboutsummaryrefslogtreecommitdiff
path: root/build2/token
diff options
context:
space:
mode:
Diffstat (limited to 'build2/token')
-rw-r--r--build2/token6
1 files changed, 3 insertions, 3 deletions
diff --git a/build2/token b/build2/token
index 57ea875..f2e9978 100644
--- a/build2/token
+++ b/build2/token
@@ -22,9 +22,9 @@ namespace build2
colon,
lcbrace,
rcbrace,
- equal,
- equal_plus,
- plus_equal,
+ assign, // =
+ prepend, // =+
+ append, // +=
dollar,
lparen,
rparen