]> 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:43 +0000 (14:06 +0000)
committerPaul Eggert <eggert@cs.ucla.edu>
Tue, 4 Dec 2001 14:06:43 +0000 (14:06 +0000)
commitcc904af579e0555617b3ddb1f2166e05debdd6e7
tree8876863a9b9dee7f29d740c67083913d932efece
parent716c50b877ef2a3f95d98ba07239af553955ec56
* 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