From f9035ffc60de8505522c8092f7d53269dd8a4738 Mon Sep 17 00:00:00 2001 From: Jakob Kaivo Date: Wed, 4 Mar 2020 03:05:54 -0500 Subject: remove nonstd/ctype.h --- src/nonstd/_locale.h | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'src/nonstd/_locale.h') 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 #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; \ -- cgit v1.2.1