diff options
Diffstat (limited to 'backendC/CleanCompilerSources/comsupport.h')
-rw-r--r-- | backendC/CleanCompilerSources/comsupport.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/backendC/CleanCompilerSources/comsupport.h b/backendC/CleanCompilerSources/comsupport.h index 4eda41b..498ba53 100644 --- a/backendC/CleanCompilerSources/comsupport.h +++ b/backendC/CleanCompilerSources/comsupport.h @@ -30,6 +30,7 @@ extern char *OutName, *InName; extern unsigned CurrentLine; +extern int ExitEnv_valid; extern File OpenedFile; extern jmp_buf ExitEnv; |