mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-12 05:43:03 +00:00
* src/scan-gram.l (YY_OBS_FINISH): Don't set yylval.
Adjust all callers. (scanner_last_string_free): New.
This commit is contained in:
@@ -78,6 +78,8 @@ typedef struct gram_control_s
|
||||
/* From the scanner. */
|
||||
extern FILE *gram_in;
|
||||
extern int gram__flex_debug;
|
||||
void scanner_last_string_free PARAMS ((void));
|
||||
void scanner_free PARAMS ((void));
|
||||
|
||||
# define YY_DECL \
|
||||
int gram_lex (yystype *yylval, yyltype *yylloc, \
|
||||
|
||||
Reference in New Issue
Block a user