mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-19 01:03:04 +00:00
* src/bison.simple: Be sure to set YYSTACK_USE_ALLOCA.
This commit is contained in:
@@ -1,3 +1,7 @@
|
|||||||
|
2001-10-10 Akim Demaille <akim@epita.fr>
|
||||||
|
|
||||||
|
* src/bison.simple: Be sure to set YYSTACK_USE_ALLOCA.
|
||||||
|
|
||||||
2001-10-04 Akim Demaille <akim@epita.fr>
|
2001-10-04 Akim Demaille <akim@epita.fr>
|
||||||
|
|
||||||
* src/reader.c (parse_union_decl): Push the caracters in
|
* src/reader.c (parse_union_decl): Push the caracters in
|
||||||
|
|||||||
1
THANKS
1
THANKS
@@ -1,6 +1,7 @@
|
|||||||
Bison was originally written by Robert Corbett. It would not be what
|
Bison was originally written by Robert Corbett. It would not be what
|
||||||
it is today without the invaluable help of these people:
|
it is today without the invaluable help of these people:
|
||||||
|
|
||||||
|
Airy Andre Airy.Andre@edf.fr
|
||||||
Akim Demaille akim@epita.fr
|
Akim Demaille akim@epita.fr
|
||||||
Albert Chin-A-Young china@thewrittenword.com
|
Albert Chin-A-Young china@thewrittenword.com
|
||||||
Alexander Belopolsky alexb@rentec.com
|
Alexander Belopolsky alexb@rentec.com
|
||||||
|
|||||||
@@ -1,3 +1,9 @@
|
|||||||
Makefile
|
Makefile
|
||||||
*.t
|
*.t
|
||||||
Makefile.in
|
Makefile.in
|
||||||
|
mkinstalldirs
|
||||||
|
missing
|
||||||
|
config.sub
|
||||||
|
config.guess
|
||||||
|
mdate-sh
|
||||||
|
texinfo.tex
|
||||||
|
|||||||
@@ -1,3 +1,7 @@
|
|||||||
|
2001-10-08 gettextize <bug-gnu-utils@gnu.org>
|
||||||
|
|
||||||
|
* Makefile.in.in: Upgrade to gettext-0.10.40.
|
||||||
|
|
||||||
2001-10-04 gettextize <bug-gnu-utils@gnu.org>
|
2001-10-04 gettextize <bug-gnu-utils@gnu.org>
|
||||||
|
|
||||||
* Makefile.in.in: Upgrade to gettext-0.10.40.
|
* Makefile.in.in: Upgrade to gettext-0.10.40.
|
||||||
|
|||||||
@@ -98,6 +98,10 @@
|
|||||||
# endif /* alloca not defined */
|
# endif /* alloca not defined */
|
||||||
#endif /* YYSTACK_USE_ALLOCA not defined */
|
#endif /* YYSTACK_USE_ALLOCA not defined */
|
||||||
|
|
||||||
|
#ifndef YYSTACK_USE_ALLOCA
|
||||||
|
# define YYSTACK_USE_ALLOCA 0
|
||||||
|
#endif
|
||||||
|
|
||||||
#if YYSTACK_USE_ALLOCA
|
#if YYSTACK_USE_ALLOCA
|
||||||
# define YYSTACK_ALLOC alloca
|
# define YYSTACK_ALLOC alloca
|
||||||
#else
|
#else
|
||||||
|
|||||||
Reference in New Issue
Block a user