summaryrefslogtreecommitdiffstats
path: root/Include/token.h
diff options
context:
space:
mode:
Diffstat (limited to 'Include/token.h')
-rw-r--r--Include/token.h7
1 files changed, 4 insertions, 3 deletions
diff --git a/Include/token.h b/Include/token.h
index 2d491e6..b87b84c 100644
--- a/Include/token.h
+++ b/Include/token.h
@@ -63,9 +63,10 @@ extern "C" {
#define ATEQUAL 50
#define RARROW 51
#define ELLIPSIS 52
-#define OP 53
-#define ERRORTOKEN 54
-#define N_TOKENS 58
+#define COLONEQUAL 53
+#define OP 54
+#define ERRORTOKEN 55
+#define N_TOKENS 59
#define NT_OFFSET 256
/* Special definitions for cooperation with parser */