mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-09 12:23:04 +00:00
* 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.
This commit is contained in:
@@ -1,3 +1,12 @@
|
||||
2006-12-07 Bob Rossi <bob@brasko.net>
|
||||
and Joel Denny <jdenny@ces.clemson.edu>
|
||||
|
||||
* 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 <bob@brasko.net>
|
||||
|
||||
* data/push.c (yychar_set, yylval_set, yylloc_set): Delete.
|
||||
|
||||
Reference in New Issue
Block a user