mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-13 06:13:02 +00:00
* src/main.c (main): Don't call `done', exit does it.
This commit is contained in:
@@ -104,7 +104,6 @@ main (int argc, char *argv[])
|
||||
|
||||
/* output the tables and the parser to ftable. In file output. */
|
||||
output();
|
||||
done ();
|
||||
|
||||
exit (complain_message_count ? 1 : 0);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user