]> git.saurik.com Git - bison.git/blobdiff - acconfig.h
Don't declare calloc() and realloc() if not necessary.
[bison.git] / acconfig.h
index fd8cc099b3f586e0c4316b658cb1e0770181822d..ccbb40c842764212d0fe77cbbe3d345b4578fe3f 100644 (file)
 
 /* The location of the semantic parser (bison.hairy).  */
 #undef XPFILE1
+
+/* Define as 1 if realloc must be declared even if <stdlib.h> is
+   included.  */
+#undef NEED_DECLARATION_REALLOC
+
+/* Define as 1 if calloc must be declared even if <stdlib.h> is
+   included.  */
+#undef NEED_DECLARATION_CALLOC
 @BOTTOM@
 
 #if defined(PROTOTYPES) || defined(__cplusplus)