* commit '39d7c6072dc4d587c32405f3c7de12e60559cfc8': Always take GCC's definition of NULL.
This commit is contained in:
@@ -63,13 +63,8 @@ typedef long int ssize_t;
|
|||||||
typedef long off_t;
|
typedef long off_t;
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifndef NULL
|
#define __need_NULL
|
||||||
#ifdef __GNUG__
|
#include <stddef.h>
|
||||||
#define NULL __null
|
|
||||||
#else
|
|
||||||
#define NULL 0L
|
|
||||||
#endif
|
|
||||||
#endif
|
|
||||||
|
|
||||||
#define _FSTDIO /* Define for new stdio with functions. */
|
#define _FSTDIO /* Define for new stdio with functions. */
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user