]> git.saurik.com Git - bison.git/blobdiff - data/yacc.c
Don't rely on whether alloc is #defined; that is in the user's name spac.
[bison.git] / data / yacc.c
index 9cb7f2f3b49b60aff7a94bdf8920638de6609104..b06837c0acdc34c191599dbf073bfdff2ba55f4a 100644 (file)
@@ -263,7 +263,7 @@ b4_syncline([@oline@], [@ofile@])[
 #    define alloca _alloca
 #   else
 #    define YYSTACK_ALLOC alloca
-#    if (! defined (alloca) && ! defined (_ALLOCA_H) && ! defined (_STDLIB_H) \
+#    if (! defined (_ALLOCA_H) && ! defined (_STDLIB_H) \
         && (defined (__STDC__) || defined (__cplusplus)))
 #     include <stdlib.h> /* INFRINGES ON USER NAME SPACE */
 #     ifndef _STDLIB_H