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 3ff5e2b..7e78dfa 100644
--- a/src/token.h
+++ b/src/token.h
@@ -146,6 +146,7 @@ enum TokenKind {
typedef enum TokenKind TokenKind;
const char* token_kind_stringify(TokenKind k);
+BOOL is_pp_directive(TokenKind k);
// TokenValue is externally tagged by Token's kind.
union TokenValue {