mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-14 23:03:04 +00:00
Don't rely on whether alloc is #defined; that is in the user's name spac.
This commit is contained in:
@@ -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.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user