]> de.git.xonotic.org Git - xonotic/gmqcc.git/blobdiff - lexer.h
Stuff
[xonotic/gmqcc.git] / lexer.h
diff --git a/lexer.h b/lexer.h
index a98cee3be67edc48260d269b5b26fd1ae0840d65..f75dff6232d4b7ea72aaac132284731006884fa9 100644 (file)
--- a/lexer.h
+++ b/lexer.h
     X(IDENT, ) \
     X(TYPENAME, ) \
     X(OPERATOR, ) \
+    X(OP_AND, ) \
+    X(OP_CROSS, ) \
+    X(OP_LE, ) \
+    X(OP_GE, ) \
+    X(OP_LSH, ) \
+    X(OP_RSH, ) \
     /* loop */ \
     X(KEYWORD, ) \
     /* 3 dots, ... */ \