]> git.saurik.com Git - bison.git/blobdiff - src/bison.simple
* src/reader.c (parse_union_decl): Add new obstack union_obstack. Which
[bison.git] / src / bison.simple
index 5b980d185e8d749eaeef88fc134b89ff1ae4e6d9..9c1a8c1241ad068919f7fd2c7147f4216aa7f880 100644 (file)
 # define YYDEBUG %%debug
 #endif
 
+#line %%input_line "%%filename"
 #ifndef YYSTYPE
-# define YYSTYPE %%stype
+typedef %%stype YYSTYPE;
 #endif
 
 #ifndef YYLTYPE