mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-14 23:03:04 +00:00
* 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.
This commit is contained in:
@@ -1,3 +1,12 @@
|
||||
2006-12-19 Joel E. Denny <jdenny@ces.clemson.edu>
|
||||
|
||||
* 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.
|
||||
|
||||
2006-12-19 Paolo Bonzini <bonzini@gnu.org>
|
||||
and Joel E. Denny <jdenny@ces.clemson.edu>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user