From 291650f52893682bfdb00a359461b6e4d5907a17 Mon Sep 17 00:00:00 2001 From: Zuhaitz Méndez Fernández de Aránguiz Date: Mon, 12 Jan 2026 21:48:19 +0000 Subject: Added mode. --- src/zprep.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/zprep.h') 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]; -- cgit v1.2.3