mirror of git://git.musl-libc.org/musl
eliminate gcc dependency for testing char signedness in limits.h
This commit is contained in:
parent
ddfb267b0e
commit
201995f382
|
@ -9,7 +9,7 @@
|
|||
|
||||
/* Support signed or unsigned plain-char */
|
||||
|
||||
#ifdef __CHAR_UNSIGNED__
|
||||
#if '\0'-1 > 0
|
||||
#define CHAR_MIN 0
|
||||
#define CHAR_MAX 255
|
||||
#else
|
||||
|
|
Loading…
Reference in New Issue