diff options
Diffstat (limited to 'Include/pyport.h')
| -rw-r--r-- | Include/pyport.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/Include/pyport.h b/Include/pyport.h index b43b868052..48cd45b944 100644 --- a/Include/pyport.h +++ b/Include/pyport.h @@ -313,10 +313,6 @@ extern double hypot(double, double); #define DL_IMPORT(RTYPE) RTYPE #endif -#ifndef NULL -#define NULL ((void *)0) -#endif - #ifdef MALLOC_ZERO_RETURNS_NULL /* XXX Always allocate one extra byte, since some malloc's return NULL XXX for malloc(0) or realloc(p, 0). */ |
