mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-16 07:43:03 +00:00
(YYDECL): Use YYSTYPE, not its deprecated alias yystype. This follows
up the 2002-12-24 YYSTYPE bug fix.
This commit is contained in:
@@ -42,7 +42,7 @@ void scanner_initialize (void);
|
|||||||
void scanner_free (void);
|
void scanner_free (void);
|
||||||
void scanner_last_string_free (void);
|
void scanner_last_string_free (void);
|
||||||
|
|
||||||
# define YY_DECL int gram_lex (yystype *val, location *loc)
|
# define YY_DECL int gram_lex (YYSTYPE *val, location *loc)
|
||||||
YY_DECL;
|
YY_DECL;
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user