mirror of
https://github.com/python/cpython.git
synced 2025-07-24 11:44:31 +00:00
As Jeff painfully found out, malloc(0) returns NULL on OS/2.
This commit is contained in:
parent
0cf785a7a7
commit
eea714aed4
1 changed files with 4 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue