mirror of https://github.com/python/cpython
As Jeff painfully found out, malloc(0) returns NULL on OS/2.
This commit is contained in:
parent
0cf785a7a7
commit
eea714aed4
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue