mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-17 16:23:04 +00:00
* src/lalr.h: New file.
Propagate its inclusion instead of prototypes and `extern'. * src/lalr.c: Formatting changes, topological sorting etc.
This commit is contained in:
@@ -24,16 +24,11 @@
|
||||
#include "files.h"
|
||||
#include "gram.h"
|
||||
#include "state.h"
|
||||
|
||||
#include "lalr.h"
|
||||
|
||||
extern char **tags;
|
||||
extern int nstates;
|
||||
extern short *accessing_symbol;
|
||||
extern core **state_table;
|
||||
extern shifts **shift_table;
|
||||
extern errs **err_table;
|
||||
extern reductions **reduction_table;
|
||||
extern char *consistent;
|
||||
extern char any_conflicts;
|
||||
extern char *conflicts;
|
||||
extern int final_state;
|
||||
|
||||
Reference in New Issue
Block a user