* src/bison.simple: Be sure to set YYSTACK_USE_ALLOCA.

Use `#if YYSTACK_USE_ALLOCA', not `#ifdef'.
Reported by Airy Andre.
This commit is contained in:
Akim Demaille
2001-10-10 14:52:20 +00:00
parent 48b43d9d83
commit 31a743b2bb
3 changed files with 10 additions and 2 deletions

View File

@@ -1,6 +1,9 @@
2001-10-10 Akim Demaille <akim@epita.fr>
Version 1.29d.
* src/bison.simple: Be sure to set YYSTACK_USE_ALLOCA.
Use `#if YYSTACK_USE_ALLOCA', not `#ifdef'.
Reported by Airy ANDRE.
2001-10-10 Akim Demaille <akim@epita.fr>