]> git.saurik.com Git - bison.git/blobdiff - ChangeLog
* data/push.c (union yyalloc): Rename yyss, yyvs, and yyls fields to
[bison.git] / ChangeLog
index 2a550617e357325848ac5ad43f93159cca5bc157..218b6c2b574581c342b84d42c32d7ccddd95bbce 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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>