mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-18 00:33:03 +00:00
* src/main.c (main): Don't call `done', exit does it.
This commit is contained in:
@@ -1,3 +1,7 @@
|
|||||||
|
2000-03-31 Akim Demaille <akim@epita.fr>
|
||||||
|
|
||||||
|
* src/main.c (main): Don't call `done', exit does it.
|
||||||
|
|
||||||
2000-03-31 Akim Demaille <akim@epita.fr>
|
2000-03-31 Akim Demaille <akim@epita.fr>
|
||||||
|
|
||||||
* allocate.c: s/return (foo)/return foo/.
|
* allocate.c: s/return (foo)/return foo/.
|
||||||
|
|||||||
@@ -104,7 +104,6 @@ main (int argc, char *argv[])
|
|||||||
|
|
||||||
/* output the tables and the parser to ftable. In file output. */
|
/* output the tables and the parser to ftable. In file output. */
|
||||||
output();
|
output();
|
||||||
done ();
|
|
||||||
|
|
||||||
exit (complain_message_count ? 1 : 0);
|
exit (complain_message_count ? 1 : 0);
|
||||||
}
|
}
|
||||||
|
|||||||
13
src/reduce.c
13
src/reduce.c
@@ -142,12 +142,13 @@ reduce_grammar (void)
|
|||||||
tags[start_symbol]);
|
tags[start_symbol]);
|
||||||
|
|
||||||
reduce_grammar_tables();
|
reduce_grammar_tables();
|
||||||
/* if (verboseflag) {
|
/*
|
||||||
fprintf(foutput, "REDUCED GRAMMAR\n\n");
|
if (verboseflag)
|
||||||
dump_grammar();
|
{
|
||||||
}
|
fprintf(foutput, "REDUCED GRAMMAR\n\n");
|
||||||
*/
|
dump_grammar();
|
||||||
|
}
|
||||||
|
*/
|
||||||
/**/ statisticsflag = FALSE; /* someday getopts should handle this */
|
/**/ statisticsflag = FALSE; /* someday getopts should handle this */
|
||||||
if (statisticsflag == TRUE)
|
if (statisticsflag == TRUE)
|
||||||
fprintf(stderr,
|
fprintf(stderr,
|
||||||
|
|||||||
Reference in New Issue
Block a user