Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
clean-compiler-and-rts
compiler
Commits
afd135f3
Commit
afd135f3
authored
Mar 31, 2005
by
John van Groningen
Browse files
remove InCommandInterpreter and cmdline.h
parent
c38ed9be
Changes
2
Hide whitespace changes
Inline
Side-by-side
backendC/CleanCompilerSources/cocl.c
View file @
afd135f3
...
...
@@ -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]"
;
...
...
backendC/CleanCompilerSources/comsupport.c
View file @
afd135f3
...
...
@@ -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
);
}
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment