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/common.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/common.h') diff --git a/src/common.h b/src/common.h index b31dfc4..4bd4c17 100644 --- a/src/common.h +++ b/src/common.h @@ -8,7 +8,7 @@ _Noreturn void fatal_error(const char* msg, ...); #define unreachable() fatal_error("%s:%d: unreachable", __FILE__, __LINE__) #define unimplemented() fatal_error("%s:%d: unimplemented", __FILE__, __LINE__) -BOOL str_ends_with(const char* s, const char* suffix); +bool str_ends_with(const char* s, const char* suffix); typedef struct { size_t len; -- cgit v1.2.3-70-g09d2