mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-15 23:33:03 +00:00
* src/reader.h: New file.
Propagate its use instead of tedious list of `extern' and prototypes. * src/reader.c: Formatting changes, topological sort, s/register//.
This commit is contained in:
@@ -99,6 +99,7 @@
|
||||
#include "complain.h"
|
||||
#include "output.h"
|
||||
#include "lalr.h"
|
||||
#include "reader.h"
|
||||
|
||||
extern void berror PARAMS((const char *));
|
||||
|
||||
@@ -107,7 +108,6 @@ extern short *user_toknums;
|
||||
extern int final_state;
|
||||
extern errs **err_table;
|
||||
|
||||
extern void reader_output_yylsp PARAMS ((FILE *));
|
||||
|
||||
static int nvectors;
|
||||
static int nentries;
|
||||
|
||||
Reference in New Issue
Block a user