mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-12 22:03:02 +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:
@@ -95,7 +95,7 @@
|
||||
#include "alloc.h"
|
||||
#include "files.h"
|
||||
#include "gram.h"
|
||||
#include "state.h"
|
||||
#include "LR0.h"
|
||||
#include "complain.h"
|
||||
#include "output.h"
|
||||
#include "lalr.h"
|
||||
@@ -104,9 +104,6 @@
|
||||
|
||||
extern void berror PARAMS((const char *));
|
||||
|
||||
extern char **tags;
|
||||
extern short *user_toknums;
|
||||
extern int final_state;
|
||||
|
||||
|
||||
static int nvectors;
|
||||
|
||||
Reference in New Issue
Block a user