Add MALLOC_ZERO_RETURNS_NULL symbol.

This commit is contained in:
Guido van Rossum 1997-07-10 22:43:05 +00:00
parent ad71370279
commit 443389fd2e
2 changed files with 6 additions and 0 deletions

View File

@ -35,6 +35,9 @@
(e.g. void fprintf(FILE *, char *, ...);) *and* <stdarg.h> */
#undef HAVE_STDARG_PROTOTYPES
/* Define if malloc(0) returns a NULL pointer */
#undef MALLOC_ZERO_RETURNS_NULL
/* Define if you have POSIX threads */
#undef _POSIX_THREADS

View File

@ -96,6 +96,9 @@
(e.g. void fprintf(FILE *, char *, ...);) *and* <stdarg.h> */
#undef HAVE_STDARG_PROTOTYPES
/* Define if malloc(0) returns a NULL pointer */
#undef MALLOC_ZERO_RETURNS_NULL
/* Define if you have POSIX threads */
#undef _POSIX_THREADS