From 631aa1d3dcf5503a5da567b0edb9548a4f06f491 Mon Sep 17 00:00:00 2001 From: Akim Demaille Date: Wed, 10 Oct 2001 14:58:26 +0000 Subject: [PATCH] * src/bison.simple: Be sure to set YYSTACK_USE_ALLOCA. --- ChangeLog | 4 ++++ THANKS | 1 + config/.cvsignore | 6 ++++++ po/ChangeLog | 4 ++++ src/bison.simple | 4 ++++ 5 files changed, 19 insertions(+) diff --git a/ChangeLog b/ChangeLog index 7fcfaa6a..7f93b7d5 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2001-10-10 Akim Demaille + + * src/bison.simple: Be sure to set YYSTACK_USE_ALLOCA. + 2001-10-04 Akim Demaille * src/reader.c (parse_union_decl): Push the caracters in diff --git a/THANKS b/THANKS index 7cf068c6..08548b79 100644 --- a/THANKS +++ b/THANKS @@ -1,6 +1,7 @@ Bison was originally written by Robert Corbett. It would not be what it is today without the invaluable help of these people: +Airy Andre Airy.Andre@edf.fr Akim Demaille akim@epita.fr Albert Chin-A-Young china@thewrittenword.com Alexander Belopolsky alexb@rentec.com diff --git a/config/.cvsignore b/config/.cvsignore index ddb4c351..dc107e90 100644 --- a/config/.cvsignore +++ b/config/.cvsignore @@ -1,3 +1,9 @@ Makefile *.t Makefile.in +mkinstalldirs +missing +config.sub +config.guess +mdate-sh +texinfo.tex diff --git a/po/ChangeLog b/po/ChangeLog index c63aa88f..420d3ec1 100644 --- a/po/ChangeLog +++ b/po/ChangeLog @@ -1,3 +1,7 @@ +2001-10-08 gettextize + + * Makefile.in.in: Upgrade to gettext-0.10.40. + 2001-10-04 gettextize * Makefile.in.in: Upgrade to gettext-0.10.40. diff --git a/src/bison.simple b/src/bison.simple index 3f528732..56e63c17 100644 --- a/src/bison.simple +++ b/src/bison.simple @@ -98,6 +98,10 @@ # endif /* alloca not defined */ #endif /* YYSTACK_USE_ALLOCA not defined */ +#ifndef YYSTACK_USE_ALLOCA +# define YYSTACK_USE_ALLOCA 0 +#endif + #if YYSTACK_USE_ALLOCA # define YYSTACK_ALLOC alloca #else -- 2.47.2