summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 2 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 145a15ec..4e7936dc 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -2,8 +2,8 @@
Version 1.29d.
* src/bison.simple: Be sure to set YYSTACK_USE_ALLOCA.
- Use `#if YYSTACK_USE_ALLOCA', not `#ifdef'.
- Reported by Airy ANDRE.
+ Use `#if !YYSTACK_USE_ALLOCA', not `#ifndef'.
+ Reported by Airy Andre.
2001-10-10 Akim Demaille <akim@epita.fr>