mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-12 22:03:02 +00:00
* src/lex.c (read_typename): New function.
(lex): Use it. * src/reader.c (copy_dollar): Likewise.
This commit is contained in:
@@ -62,6 +62,7 @@ char *grow_token_buffer PARAMS ((char *));
|
||||
void init_lex PARAMS ((void));
|
||||
int skip_white_space PARAMS ((void));
|
||||
void unlex PARAMS ((int));
|
||||
void read_type_name PARAMS ((FILE *fin));
|
||||
|
||||
/* Return one of the token-type codes. When an identifier is seen,
|
||||
the code IDENTIFIER is returned and the name is looked up in the
|
||||
|
||||
Reference in New Issue
Block a user