Commit eea714ae authored by Guido van Rossum's avatar Guido van Rossum

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

parent 0cf785a7
......@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment