]> git.saurik.com Git - bison.git/blobdiff - ChangeLog
Don't rely on whether alloc is #defined; that is in the user's name spac.
[bison.git] / ChangeLog
index c2da9f8774016919c3ee9bf6718224cdaa65cbc7..49c6d26cf9e0fa2f7baff7ff14f19f9ea16dcf16 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -7,8 +7,7 @@
 
        * data/yacc.c [YYSTACK_USE_ALLOCA && !defined __GNUC__ && ! defined
        __BUILTIN_VA_ARG_INCR && ! defined _AIX && ! defined _MSC_VER &&
-       (defined alloca || defined _ALLOCA_H)]: Don't include <stdlib.h>;
-       not needed in this case.
+       defined _ALLOCA_H]: Don't include <stdlib.h>; not needed in this case.
        * tests/torture.at (Exploding the Stack Size with Alloca): Adjust
        to match yacc.c, to test more hosts.