diff options
Diffstat (limited to 'src/nonstd/_locale.h')
-rw-r--r-- | src/nonstd/_locale.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/nonstd/_locale.h b/src/nonstd/_locale.h index 79904e1f..be692e87 100644 --- a/src/nonstd/_locale.h +++ b/src/nonstd/_locale.h @@ -4,9 +4,8 @@ #include <string.h> #include "nonstd/locale.h" -#include "nonstd/ctype.h" +#include "../ctype/_ctype.h" -/* #define LC_COLLATE_MASK (1<<0) #define LC_CTYPE_MASK (1<<1) #define LC_MONETARY_MASK (1<<2) @@ -14,7 +13,6 @@ #define LC_TIME_MASK (1<<4) #define LC_MESSAGES_MASK (1<<5) #define LC_ALL_MASK (0xff) -*/ #define setall(_map, _input, _mask) do { \ size_t _i; \ |