mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-14 23:03:04 +00:00
Various anti-`extern in *.c' changes.
* src/system.h: Include `assert.h'.
This commit is contained in:
@@ -53,8 +53,13 @@
|
||||
|
||||
# define MAXTOKEN 1024
|
||||
|
||||
void init_lex PARAMS ((void));
|
||||
|
||||
/* Allocated size of token_buffer, not including space for terminator. */
|
||||
extern int maxtoken;
|
||||
extern char *token_buffer;
|
||||
char *grow_token_buffer PARAMS ((char *));
|
||||
|
||||
void init_lex PARAMS ((void));
|
||||
int skip_white_space PARAMS ((void));
|
||||
void unlex PARAMS ((int));
|
||||
|
||||
@@ -67,5 +72,7 @@ int lex PARAMS ((void));
|
||||
|
||||
int parse_percent_token PARAMS ((void));
|
||||
|
||||
extern bucket *symval;
|
||||
extern int numval;
|
||||
|
||||
#endif /* !LEX_H_ */
|
||||
|
||||
Reference in New Issue
Block a user