X-Git-Url: https://pd.if.org/git/?p=pdclib;a=blobdiff_plain;f=internals%2F_PDCLIB_int.h;h=848f66ad6781f281b77ced7a6ed26a225c4ed112;hp=0614deba1f32aaa7f350b958fe81badcc86f2c09;hb=41deaf7c54dafcea0c9afbfad7d7ab948504ca1e;hpb=b3b47892170124cf28a2cfb5ff4aeb227989aa21 diff --git a/internals/_PDCLIB_int.h b/internals/_PDCLIB_int.h index 0614deb..848f66a 100644 --- a/internals/_PDCLIB_int.h +++ b/internals/_PDCLIB_int.h @@ -33,7 +33,7 @@ #define _PDCLIB_UCHAR_MAX 0xff #define _PDCLIB_SCHAR_MIN (-0x7f - 1) #define _PDCLIB_SCHAR_MAX 0x7f -#ifdef _PDCLIB_CHAR_SIGNED +#if _PDCLIB_CHAR_SIGNED == 1 #define _PDCLIB_CHAR_MIN _PDCLIB_SCHAR_MIN #define _PDCLIB_CHAR_MAX _PDCLIB_SCHAR_MAX #else