diff options
Diffstat (limited to 'src/token.h')
| -rw-r--r-- | src/token.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/token.h b/src/token.h index 0bf23f6..bbd8066 100644 --- a/src/token.h +++ b/src/token.h @@ -11,6 +11,7 @@ typedef enum { TokenKind_hash, TokenKind_hashhash, TokenKind_whitespace, + TokenKind_removed, TokenKind_newline, TokenKind_other, TokenKind_character_constant, |
