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/cli.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'src/cli.h') diff --git a/src/cli.h b/src/cli.h index 0fb106a..ec1fa50 100644 --- a/src/cli.h +++ b/src/cli.h @@ -6,10 +6,10 @@ typedef struct { const char* input_filename; const char* output_filename; - BOOL output_assembly; - BOOL only_compile; - BOOL generate_deps; - BOOL totally_deligate_to_gcc; + bool output_assembly; + bool only_compile; + bool generate_deps; + bool totally_deligate_to_gcc; const char* gcc_command; } CliArgs; -- cgit v1.2.3-70-g09d2