Don't declare calloc() and realloc() if not necessary.

This commit is contained in:
Jesse Thilo
1999-04-13 19:53:42 +00:00
parent bbcb769c0e
commit f9b730cd59
4 changed files with 65 additions and 1 deletions

View File

@@ -31,6 +31,14 @@
/* 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)