/* Top level entry point of bison,
- Copyright (C) 1984, 1986, 1989, 1992, 1995, 2000
+ Copyright 1984, 1986, 1989, 1992, 1995, 2000
Free Software Foundation, Inc.
This file is part of Bison, the GNU Compiler Compiler.
lineno = 0;
getargs (argc, argv);
- /* Be ready to clean up if we exit. */
- atexit (done);
-
open_files ();
/* Read the input. Copy some parts of it to FGUARD, FACTION, FTABLE
free_nullable ();
free_derives ();
+ if (!complain_message_count)
+ output_files ();
+
exit (complain_message_count ? 1 : 0);
}
\f