diff options
Diffstat (limited to 'src/token.h')
| -rw-r--r-- | src/token.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/token.h b/src/token.h index 72db22b..0bf23f6 100644 --- a/src/token.h +++ b/src/token.h @@ -146,7 +146,7 @@ typedef enum { } TokenKind; const char* token_kind_stringify(TokenKind k); -BOOL is_pp_directive(TokenKind k); +bool is_pp_directive(TokenKind k); // TokenValue is externally tagged by Token's kind. typedef union { |
