mirror of
git://git.musl-libc.org/musl
synced 2025-03-06 20:48:29 +01:00
eliminate gcc dependency for testing char signedness in limits.h
This commit is contained in:
parent
ddfb267b0e
commit
201995f382
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue