Move internal defines from here to libc/locale/wcwidth.c

This commit is contained in:
Andrey A. Chernov 2002-08-19 08:58:51 +00:00
parent dcc3da5862
commit 153bb33daf
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=102094
2 changed files with 0 additions and 6 deletions

View file

@ -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 */

View file

@ -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 */