]> git.saurik.com Git - bison.git/commit
(b4_location_type): Remove.
authorPaul Eggert <eggert@cs.ucla.edu>
Tue, 24 Dec 2002 07:41:47 +0000 (07:41 +0000)
committerPaul Eggert <eggert@cs.ucla.edu>
Tue, 24 Dec 2002 07:41:47 +0000 (07:41 +0000)
commit050c471b8e388201f40283dd29a1a5abd52385b8
treeb40d99a4a123504d609c9f2b745f165adb33110c
parentfa8c3ebca3ede3cb70c069684efd481f770f08f1
(b4_location_type): Remove.
(YYSTYPE): Renamed from yystype.
(YYSTYPE_IS_DECLARED): New macro, used to prevent double-typedef.
(struct YYLTYPE): Renamed from struct yyltype.
(YYLTYPE): Renamed from yyltype.
(yyltype, yystype): New (and obsolescent) macros,
for backward compatibility.

(YYSTYPE): Declare as union YYSTYPE if the user
does not specify a union tag.  This is for compatibility with
Solaris 9 yacc.
data/yacc.c