mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-14 23:03: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,9 @@
|
||||
#include "files.h"
|
||||
#include "gram.h"
|
||||
#include "state.h"
|
||||
|
||||
#include "lalr.h"
|
||||
|
||||
extern char **tags;
|
||||
extern int tokensetsize;
|
||||
extern char *consistent;
|
||||
extern short *accessing_symbol;
|
||||
extern shifts **shift_table;
|
||||
extern unsigned *LA;
|
||||
extern short *LAruleno;
|
||||
extern short *lookaheads;
|
||||
extern int fixed_outfiles;
|
||||
|
||||
extern void initialize_conflicts PARAMS ((void));
|
||||
|
||||
Reference in New Issue
Block a user