From 980d73ce25b116e645b16e9ed37dcf55fdffad7a Mon Sep 17 00:00:00 2001 From: nsfisis Date: Wed, 3 Sep 2025 20:36:22 +0900 Subject: feat: support native bool/true/false --- src/token.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/token.h') 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 { -- cgit v1.2.3-70-g09d2