aboutsummaryrefslogtreecommitdiffhomepage
path: root/parse.h
diff options
context:
space:
mode:
Diffstat (limited to 'parse.h')
-rw-r--r--parse.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/parse.h b/parse.h
index 843550a..fd1cd20 100644
--- a/parse.h
+++ b/parse.h
@@ -35,12 +35,12 @@ enum toktag { /* single-character tokens' tag value is the character itself */
TKSETSUB,
TKSETMUL,
TKSETDIV,
- TKSETMOD,
+ TKSETREM,
TKSETIOR,
TKSETXOR,
TKSETAND,
- TKSETSHR,
TKSETSHL,
+ TKSETSHR,
TKIDENT = 0x80,
#define _(kw, stdc) TKW##kw,
#include "keywords.def"