]> git.saurik.com Git - bison.git/commitdiff
(YYDECL): Use YYSTYPE, not its deprecated alias yystype. This follows
authorPaul Eggert <eggert@cs.ucla.edu>
Mon, 30 Dec 2002 22:35:56 +0000 (22:35 +0000)
committerPaul Eggert <eggert@cs.ucla.edu>
Mon, 30 Dec 2002 22:35:56 +0000 (22:35 +0000)
up the 2002-12-24 YYSTYPE bug fix.

src/reader.h

index 7a8bb705334b53baa332c3a33bb998ea329ddcb2..28f6404f0e39920ce159ef2c2af980965b118026 100644 (file)
@@ -42,7 +42,7 @@ void scanner_initialize (void);
 void scanner_free (void);
 void scanner_last_string_free (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;
 
 
 YY_DECL;