aboutsummaryrefslogtreecommitdiff
path: root/token.c
diff options
context:
space:
mode:
Diffstat (limited to 'token.c')
-rw-r--r--token.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/token.c b/token.c
index 5e1a977..da5d597 100644
--- a/token.c
+++ b/token.c
@@ -92,6 +92,7 @@ const char *tokstr[] = {
[TLOR] = "||",
[TQUESTION] = "?",
[TCOLON] = ":",
+ [TCOLONCOLON] = "::",
[TSEMICOLON] = ";",
[TELLIPSIS] = "...",
[TASSIGN] = "=",