summaryrefslogtreecommitdiffstats
path: root/include/_ctype.h
diff options
context:
space:
mode:
authorache <ache@FreeBSD.org>2002-08-19 08:58:51 +0000
committerache <ache@FreeBSD.org>2002-08-19 08:58:51 +0000
commitf70b854cde20e1d884bb0972a10d3124a4679769 (patch)
tree1747147f8a0cc5d71b28d1930e7f1d9cadb3e8b0 /include/_ctype.h
parentd80df77aeb83d886f8694308ee437e93a9d91b5d (diff)
downloadFreeBSD-src-f70b854cde20e1d884bb0972a10d3124a4679769.zip
FreeBSD-src-f70b854cde20e1d884bb0972a10d3124a4679769.tar.gz
Move internal defines from here to libc/locale/wcwidth.c
Diffstat (limited to 'include/_ctype.h')
-rw-r--r--include/_ctype.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/include/_ctype.h b/include/_ctype.h
index d738186..15a5b227 100644
--- a/include/_ctype.h
+++ b/include/_ctype.h
@@ -65,9 +65,6 @@
#define _CTYPE_I 0x00080000L /* Ideogram */
#define _CTYPE_T 0x00100000L /* Special */
#define _CTYPE_Q 0x00200000L /* Phonogram */
-#define _CTYPE_SWM 0xe0000000L /* Mask to get screen width data */
-#define _CTYPE_SWS 30 /* Bits to shift to get width */
-#define _CTYPE_SWA 0x00000000L /* autowidth / default */
#define _CTYPE_SW0 0x20000000L /* 0 width character */
#define _CTYPE_SW1 0x40000000L /* 1 width character */
#define _CTYPE_SW2 0x80000000L /* 2 width character */
OpenPOWER on IntegriCloud