]> git.saurik.com Git - bison.git/commit
* data/yacc.c (YYSIZE_T): Reindent to make it clearer. This
authorPaul Eggert <eggert@cs.ucla.edu>
Tue, 20 Sep 2005 23:06:10 +0000 (23:06 +0000)
committerPaul Eggert <eggert@cs.ucla.edu>
Tue, 20 Sep 2005 23:06:10 +0000 (23:06 +0000)
commit552893661babb72c427f5fe21e5a47c6d916af74
treec3eec6472fdf7c4cf06798465bd754ea875db08e
parenta05b79dff918ceea0ba996dc7dfde6fcce75ba3e
* data/yacc.c (YYSIZE_T): Reindent to make it clearer.  This
doesn't affect behavior.
(YYSTACK_ALLOC) [YYSTACK_USE_ALLOCA]: Improve support for
Solaris, AIX, MSC.
(_STDLIB_H): Renamed from YYINCLUDED_STDLIB_H.  All uses changed.
This works a bit better with glibc, if user code has already included
stdlib.h.
* doc/bison.texinfo (Bison Parser): Document that users can't
arbitrarily use malloc and free for other purposes.  Document
that <alloca.h> and <malloc.h> might be included.
(Table of Symbols): Under YYSTACK_USE_ALLOCA, Don't claim that the
user must declare alloca.
ChangeLog
data/yacc.c
doc/bison.texinfo