This commit is contained in:
ceriel 2002-09-11 13:32:57 +00:00
parent e8fdf4fcda
commit 8f69a0ca44

View file

@ -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) {