summaryrefslogtreecommitdiff
path: root/src/sys/include/np
diff options
context:
space:
mode:
Diffstat (limited to 'src/sys/include/np')
-rw-r--r--src/sys/include/np/lex.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/sys/include/np/lex.h b/src/sys/include/np/lex.h
index 8977305..ba4bdb8 100644
--- a/src/sys/include/np/lex.h
+++ b/src/sys/include/np/lex.h
@@ -61,6 +61,7 @@ typedef enum {
TT_LT, /* '<' */
TT_LBRACK, /* '[' */
TT_RBRACK, /* ']' */
+ TT_COLON, /* ':' */
/* Types */
TT_U8, /* 'u8' */