aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/token.h
diff options
context:
space:
mode:
authornsfisis <nsfisis@gmail.com>2025-08-26 21:57:09 +0900
committernsfisis <nsfisis@gmail.com>2025-08-26 21:57:09 +0900
commitdd08b39ac5fc2eeb555bf40596279487fcea5f95 (patch)
tree859e4c45cc783f9fd9e29a5968f3964c04d5fb1f /src/token.h
parenta70bc7804c4c1cb07976d684b64b5a2fe3b68f93 (diff)
downloadducc-dd08b39ac5fc2eeb555bf40596279487fcea5f95.tar.gz
ducc-dd08b39ac5fc2eeb555bf40596279487fcea5f95.tar.zst
ducc-dd08b39ac5fc2eeb555bf40596279487fcea5f95.zip
feat: improve handling of non-directive preprocessing directives
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 034b3b3..3ff5e2b 100644
--- a/src/token.h
+++ b/src/token.h
@@ -27,6 +27,7 @@ enum TokenKind {
TokenKind_pp_directive_ifndef,
TokenKind_pp_directive_include,
TokenKind_pp_directive_line,
+ TokenKind_pp_directive_non_directive,
TokenKind_pp_directive_nop,
TokenKind_pp_directive_pragma,
TokenKind_pp_directive_undef,