(YYDECL): Use YYSTYPE, not its deprecated alias yystype. This follows

up the 2002-12-24 YYSTYPE bug fix.
This commit is contained in:
Paul Eggert
2002-12-30 22:35:56 +00:00
parent 535c0f6328
commit 5b25cd7cd8

View File

@@ -42,7 +42,7 @@ void scanner_initialize (void);
void scanner_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;