]> git.saurik.com Git - bison.git/commit
* data/push.c (union yyalloc): Rename yyss, yyvs, and yyls fields to
authorJoel E. Denny <jdenny@ces.clemson.edu>
Tue, 19 Dec 2006 21:40:14 +0000 (21:40 +0000)
committerJoel E. Denny <jdenny@ces.clemson.edu>
Tue, 19 Dec 2006 21:40:14 +0000 (21:40 +0000)
commit2d212f8ca61377c728f9262a03ca7471de5661c5
tree27744d3e29e680b6c89d93fd02b5af8dced20d94
parente6e704dc78d32ee6b9d20df5c06fb576b752dc26
* data/push.c (union yyalloc): Rename yyss, yyvs, and yyls fields to
prevent a name collision in a future patch where these names will
sometimes be #define'd.
(YYSTACK_RELOCATE): Add an argument to select a union yyalloc field
since it no longer has the same name as the existing argument.
(yyparse or yypush_parse): Update all uses of YYSTACK_RELOCATE.
ChangeLog
data/push.c