aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/cli.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/cli.h')
-rw-r--r--src/cli.h8
1 files changed, 4 insertions, 4 deletions
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;