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