diff options
| author | Jakob Kaivo <jkk@ung.org> | 2020-03-04 03:05:54 -0500 |
|---|---|---|
| committer | Jakob Kaivo <jkk@ung.org> | 2020-03-04 03:05:54 -0500 |
| commit | f9035ffc60de8505522c8092f7d53269dd8a4738 (patch) | |
| tree | 96c9edfee758f6d39e44c8d3fdabec6048c1673a /src/nonstd/_locale.h | |
| parent | 8b1380b63d62a1e1858a102fb36c2078697581ec (diff) | |
remove nonstd/ctype.h
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; \ |
