diff options
Diffstat (limited to 'backendC/CleanCompilerSources/apple_main.c')
-rw-r--r-- | backendC/CleanCompilerSources/apple_main.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/backendC/CleanCompilerSources/apple_main.c b/backendC/CleanCompilerSources/apple_main.c index 5cb16f2..a4f6636 100644 --- a/backendC/CleanCompilerSources/apple_main.c +++ b/backendC/CleanCompilerSources/apple_main.c @@ -275,7 +275,7 @@ int do_command (char *command) static char script_string[16001]; #ifdef CLEAN2 -int compiler_id; +int compiler_id=-1; #else extern int compiler_id; #endif |