]> git.saurik.com Git - bison.git/commit - ChangeLog-2012
* data/push.c (yypvarsinit): Change return type from void* to struct
authorJoel E. Denny <jdenny@ces.clemson.edu>
Fri, 8 Dec 2006 01:04:39 +0000 (01:04 +0000)
committerJoel E. Denny <jdenny@ces.clemson.edu>
Fri, 8 Dec 2006 01:04:39 +0000 (01:04 +0000)
commitea17f233e6841d9b71753ef9b46ddbd226a31e66
tree0d6a963526641d0a82bbec5bbe2962597301a0f9
parent55a30bda173145b0c18e9b36129284b2bfbdd364
* 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.
ChangeLog
data/push.c