mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-11 13:23:04 +00:00
Various anti-`extern in *.c' changes.
* src/system.h: Include `assert.h'.
This commit is contained in:
@@ -30,15 +30,8 @@
|
||||
#include "complain.h"
|
||||
#include "output.h"
|
||||
#include "reader.h"
|
||||
#include "conflicts.h"
|
||||
|
||||
extern bucket *symval;
|
||||
extern int numval;
|
||||
extern int expected_conflicts;
|
||||
extern char *token_buffer;
|
||||
extern int maxtoken;
|
||||
|
||||
extern void tabinit PARAMS ((void));
|
||||
extern void free_symtab PARAMS ((void));
|
||||
extern char *printable_version PARAMS ((int));
|
||||
|
||||
#define LTYPESTR "\
|
||||
|
||||
Reference in New Issue
Block a user