diff options
Diffstat (limited to 'backendC')
-rw-r--r-- | backendC/CleanCompilerSources/cocl.c | 3 | ||||
-rw-r--r-- | backendC/CleanCompilerSources/comsupport.c | 5 |
2 files changed, 0 insertions, 8 deletions
diff --git a/backendC/CleanCompilerSources/cocl.c b/backendC/CleanCompilerSources/cocl.c index da77da2..70d7597 100644 --- a/backendC/CleanCompilerSources/cocl.c +++ b/backendC/CleanCompilerSources/cocl.c @@ -8,9 +8,6 @@ #include "MAIN_CLM.d" -/* for interrupts in comsupport.c */ -Bool InCommandInterpreter = False; - static char usage[]= "Usage: \'cocl [options] [-o file] file\'\n" "Options: [-v] [-w] [-tc] [-d] [-sl] [-p] [-sa] [-lt] [-lset] [-lat] [-lattr]"; diff --git a/backendC/CleanCompilerSources/comsupport.c b/backendC/CleanCompilerSources/comsupport.c index 1f1f037..b7f11d8 100644 --- a/backendC/CleanCompilerSources/comsupport.c +++ b/backendC/CleanCompilerSources/comsupport.c @@ -18,7 +18,6 @@ #include "types.t" #include "system.h" #include "sizes.h" -#include "cmdline.h" #include "settings.h" #include "syntaxtr.t" @@ -614,10 +613,6 @@ void ExitOnInterrupt (void) FClose (OpenedFile); OpenedFile = (File) NIL; } -#ifdef _STANDALONE_ - if (InCommandInterpreter) - FPrintF (StdOut, "<interrupt>\n"); -#endif longjmp (ExitEnv, 1); } } |