summaryrefslogtreecommitdiff
path: root/types.h
diff options
context:
space:
mode:
authorLeo Tenenbaum <pommicket@gmail.com>2019-12-06 09:36:23 -0500
committerLeo Tenenbaum <pommicket@gmail.com>2019-12-06 09:36:23 -0500
commit4d4ff133fb6b0f9bcd45a9598e779f1a45e8f8cc (patch)
treec3ab1f6bfbe160031621212d8de3c19373355e29 /types.h
parent5df057ab76a7ed65c5312e156dccd2982a808cb7 (diff)
@ => :: (looks nicer)
Diffstat (limited to 'types.h')
-rw-r--r--types.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/types.h b/types.h
index b4dba53..43befe1 100644
--- a/types.h
+++ b/types.h
@@ -183,8 +183,8 @@ typedef enum {
typedef enum {
KW_SEMICOLON,
+ KW_COLONCOLON,
KW_COLON,
- KW_AT,
KW_COMMA,
KW_LPAREN,
KW_RPAREN,