aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/token.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/token.h')
-rw-r--r--src/token.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/token.h b/src/token.h
index 9dc89e8..e093a8c 100644
--- a/src/token.h
+++ b/src/token.h
@@ -12,6 +12,7 @@ typedef enum {
TokenKind_hashhash,
TokenKind_whitespace,
TokenKind_removed,
+ TokenKind_placemarker,
TokenKind_newline,
TokenKind_other,
TokenKind_character_constant,