diff options
Diffstat (limited to 'backendC/CleanCompilerSources/comsupport.c')
-rw-r--r-- | backendC/CleanCompilerSources/comsupport.c | 5 |
1 files changed, 0 insertions, 5 deletions
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); } } |