]> 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:06:06 +0000 (14:06 +0000)
committerPaul Eggert <eggert@cs.ucla.edu>
Tue, 4 Dec 2001 14:06:06 +0000 (14:06 +0000)
commit716c50b877ef2a3f95d98ba07239af553955ec56
tree43fdd10b5e14bd9b1c4be51eedf0612daa7097ce
parent9f41bcaae8c563cb8d13dc7af38c9a7042361a5d
* src/bison.simple (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