* data/push.c: (yypvarsinit, yypvars, struct yypvars, yypushparse):
commit8def5cd0c3a14a2ba6b2c807a6be0e2f67094f89
authorJoel E. Denny <jdenny@ces.clemson.edu>
Fri, 8 Dec 2006 22:36:33 +0000 (8 22:36 +0000)
committerJoel E. Denny <jdenny@ces.clemson.edu>
Fri, 8 Dec 2006 22:36:33 +0000 (8 22:36 +0000)
tree0a669edd847e1e21c6b4726e47884d35112465fd
parentea17f233e6841d9b71753ef9b46ddbd226a31e66
* data/push.c: (yypvarsinit, yypvars, struct yypvars, yypushparse):
Rename to...
(yypstate_init, yypstate, struct yypstate, yypush_parse): ... these and         update all uses.
(b4_yyssa, b4_yyerror_range, yypstate_init): Rename pv to yyps.
(yypush_parse): Rename yypvars argument to yyps and remove redundant
local pv.
(yypstate_init, yypush_parse): Declare in Bison-generated header file.
* tests/calc.at (_AT_DATA_CALC_Y): Use newly named functions.
ChangeLog
data/push.c
tests/calc.at