summaryrefslogtreecommitdiff
path: root/src/zprep.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/zprep.h')
-rw-r--r--src/zprep.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/zprep.h b/src/zprep.h
index 17e7e02..5c4ab4e 100644
--- a/src/zprep.h
+++ b/src/zprep.h
@@ -174,6 +174,7 @@ typedef struct
int quiet; // 1 if --quiet.
int repl_mode; // 1 if --repl (internal flag for REPL usage).
int is_freestanding; // 1 if --freestanding.
+ int mode_transpile; // 1 if 'transpile' command.
// GCC Flags accumulator.
char gcc_flags[4096];