]> git.saurik.com Git - bison.git/commit - data/yacc.c
(union yyalloc): Change member names to be the same as the stack names.
authorPaul Eggert <eggert@cs.ucla.edu>
Tue, 4 Dec 2001 14:10:07 +0000 (14:10 +0000)
committerPaul Eggert <eggert@cs.ucla.edu>
Tue, 4 Dec 2001 14:10:07 +0000 (14:10 +0000)
commit2729e106a7bd8a473aa1bf6a4afdd419dde8aca7
tree7e1ca467408bd89db358edf45709854750a095ba
parentc2bea5f96f983130af5f1276cfd0fe69885318f6
(union yyalloc): Change member names to be the same as the stack names.
(YYPOINTER): Remove.
(yyparse): yyptr is now union yyalloc *, not char *.
(YYSTACK_RELOCATE): Likewise.  This avoids a GCC warning,
and may generate better code on some machines.
src/bison.simple