X-Git-Url: https://git.saurik.com/apple/libc.git/blobdiff_plain/224c70764cab4e0e39a26aaf3ad3016552f62f55..1f2f436a38f7ae2d39a943ad2898d8fed4ed2e58:/include/xlocale.h diff --git a/include/xlocale.h b/include/xlocale.h index e936c2f..ccb0a43 100644 --- a/include/xlocale.h +++ b/include/xlocale.h @@ -49,7 +49,8 @@ typedef struct _xlocale * locale_t; #define LC_NUMERIC_MASK (1 << 4) #define LC_TIME_MASK (1 << 5) -#define _LC_LAST_MASK (1 << (6 - 1)) +#define _LC_NUM_MASK 6 +#define _LC_LAST_MASK (1 << (_LC_NUM_MASK - 1)) #define LC_GLOBAL_LOCALE ((locale_t)-1)