mirror of
https://github.com/cc65/cc65.git
synced 2025-02-07 04:31:38 +00:00
Update locale.h
This commit is contained in:
parent
6579df4e91
commit
680ddaf37d
@ -39,9 +39,8 @@
|
|||||||
|
|
||||||
|
|
||||||
/* NULL pointer */
|
/* NULL pointer */
|
||||||
#ifndef _HAVE_NULL
|
#ifndef NULL
|
||||||
#define NULL 0
|
#define NULL ((void *) 0)
|
||||||
#define _HAVE_NULL
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/* Locale information constants */
|
/* Locale information constants */
|
||||||
@ -82,6 +81,3 @@ char* __fastcall__ setlocale (int category, const char* locale);
|
|||||||
|
|
||||||
/* End of locale.h */
|
/* End of locale.h */
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user