]> git.saurik.com Git - bison.git/blobdiff - src/reader.h
(symbol_printers_output): Fix typo that led
[bison.git] / 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);
 
-# define YY_DECL int gram_lex (yystype *val, location *loc)
+# define YY_DECL int gram_lex (YYSTYPE *val, location *loc)
 YY_DECL;