X-Git-Url: https://git.saurik.com/bison.git/blobdiff_plain/55a30bda173145b0c18e9b36129284b2bfbdd364..ea17f233e6841d9b71753ef9b46ddbd226a31e66:/ChangeLog diff --git a/ChangeLog b/ChangeLog index b47fd8d5..017f6686 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,12 @@ +2006-12-07 Bob Rossi + and Joel Denny + + * data/push.c (yypvarsinit): Change return type from void* to struct + yypvars*. No longer cast to void* on return. + (struct yypvars): Remove yylen since it need not be remembered between + yypushparse invocations. + (yypushparse): Don't copy between yylen and pv->yylen. + 2006-12-05 Bob Rossi * data/push.c (yychar_set, yylval_set, yylloc_set): Delete.