From 8de7fa9da5fd8015f4fcc826b9270061b7b89478 Mon Sep 17 00:00:00 2001 From: nsfisis Date: Sat, 13 Sep 2025 00:05:12 +0900 Subject: feat: implement -E flag (preprocess only) --- src/token.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/token.h') 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, -- cgit v1.2.3-70-g09d2