As Jeff painfully found out, malloc(0) returns NULL on OS/2.

This commit is contained in:
Guido van Rossum 1998-01-11 18:02:19 +00:00
parent 0cf785a7a7
commit eea714aed4
1 changed files with 4 additions and 1 deletions

View File

@ -556,7 +556,10 @@
#define HAVE_STDARG_H 1
/* Define if you have the <stdarg.h> prototypes. */
#define HAVE_STDARG_PROTOTYPES
#define HAVE_STDARG_PROTOTYPES 1
/* Define if malloc(0) returns a NULL pointer */
#define MALLOC_ZERO_RETURNS_NULL 1
/* Define if you have the <stdlib.h> header file. */
#define HAVE_STDLIB_H 1