mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-13 14:23:04 +00:00
* src/state.h (nstates, final_state, first_state, first_shift)
(first_reduction): Move their exportation from here... * src/LR0.h: to here. Adjust dependencies. * src/getargs.c (statisticsflag): New variable. Add support for `--statistics'. Adjust dependencies. Remove a lot of now useless `extern' statements in most files.
This commit is contained in:
@@ -74,8 +74,6 @@ static char *tmpdefsfile;
|
||||
extern char *mktemp (); /* So the compiler won't complain */
|
||||
extern char *getenv ();
|
||||
|
||||
int fixed_outfiles = 0;
|
||||
|
||||
extern char *program_name;
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user