Fix
This commit is contained in:
parent
e8fdf4fcda
commit
8f69a0ca44
|
@ -192,12 +192,12 @@ main(argc,argv) register string argv[]; {
|
||||||
do_compute();
|
do_compute();
|
||||||
conflchecks();
|
conflchecks();
|
||||||
if (nerrors) comfatal();
|
if (nerrors) comfatal();
|
||||||
|
fclose(fact);
|
||||||
if (argc-- == 1) {
|
if (argc-- == 1) {
|
||||||
fputs("No code generation for input from standard input\n",
|
fputs("No code generation for input from standard input\n",
|
||||||
stderr);
|
stderr);
|
||||||
}
|
}
|
||||||
else gencode(argc);
|
else gencode(argc);
|
||||||
fclose(fact);
|
|
||||||
UNLINK(f_temp);
|
UNLINK(f_temp);
|
||||||
UNLINK(f_pars);
|
UNLINK(f_pars);
|
||||||
if (verbose) {
|
if (verbose) {
|
||||||
|
|
Loading…
Reference in a new issue