mirror of
https://git.musl-libc.org/git/musl
synced 2025-01-23 06:32:05 +03:00
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
Block a user