merge m17n patch

add libwc
This commit is contained in:
Fumitoshi UKAI
2003-09-22 21:02:15 +00:00
parent 6d122c7f45
commit 604c11affe
218 changed files with 227575 additions and 2474 deletions

11
regex.h
View File

@@ -1,9 +1,14 @@
/* $Id: regex.h,v 1.5 2002/01/10 15:39:21 ukai Exp $ */
/* $Id: regex.h,v 1.6 2003/09/22 21:02:21 ukai Exp $ */
#define REGEX_MAX 64
#define STORAGE_MAX 256
typedef unsigned short longchar;
typedef struct {
char type;
#ifdef USE_M17N
wc_wchar_t wch;
#endif
unsigned char ch;
} longchar;
typedef struct regexchar {
union {