mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-09 12:23:04 +00:00
* src/lex.h (MAXTOKEN, maxtoken, grow_token_buffer): Remove, private.
* src/lex.c (maxtoken, grow_token_buffer): Static.
This commit is contained in:
@@ -33,7 +33,7 @@
|
||||
char *token_buffer;
|
||||
|
||||
/* Allocated size of token_buffer, not including space for terminator. */
|
||||
int maxtoken;
|
||||
static int maxtoken;
|
||||
|
||||
bucket *symval;
|
||||
int numval;
|
||||
@@ -51,7 +51,7 @@ init_lex (void)
|
||||
}
|
||||
|
||||
|
||||
char *
|
||||
static char *
|
||||
grow_token_buffer (char *p)
|
||||
{
|
||||
int offset = p - token_buffer;
|
||||
|
||||
Reference in New Issue
Block a user