From e588cf4c6544e8d4f6727ea00e4ab6278c1f4b38 Mon Sep 17 00:00:00 2001 From: johnvg Date: Thu, 31 Mar 2005 10:03:23 +0000 Subject: remove InCommandInterpreter and cmdline.h git-svn-id: https://svn.cs.ru.nl/repos/clean-compiler/trunk@1522 1f8540f1-abd5-4d5b-9d24-4c5ce8603e2d --- backendC/CleanCompilerSources/cocl.c | 3 --- backendC/CleanCompilerSources/comsupport.c | 5 ----- 2 files changed, 8 deletions(-) (limited to 'backendC') 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, "\n"); -#endif longjmp (ExitEnv, 1); } } -- cgit v1.2.3