mirror of
https://github.com/cc65/cc65.git
synced 2025-01-08 04:30:15 +00:00
Update stddef.h
This commit is contained in:
parent
ba6747f5da
commit
dd58c7ff50
@ -53,9 +53,8 @@ typedef unsigned size_t;
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
/* NULL pointer */
|
/* NULL pointer */
|
||||||
#ifndef _HAVE_NULL
|
#ifndef NULL
|
||||||
#define NULL ((void *) 0)
|
#define NULL ((void *) 0)
|
||||||
#define _HAVE_NULL
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/* offsetof macro */
|
/* offsetof macro */
|
||||||
@ -65,6 +64,3 @@ typedef unsigned size_t;
|
|||||||
|
|
||||||
/* End of stddef.h */
|
/* End of stddef.h */
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user