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

View File

@@ -1,4 +1,4 @@
/* $Id: table.h,v 1.11 2002/12/06 16:50:49 ukai Exp $ */
/* $Id: table.h,v 1.12 2003/09/22 21:02:21 ukai Exp $ */
#if (defined(MESCHACH) && !defined(MATRIX))
#define MATRIX
#endif /* (defined(MESCHACH) && !defined(MATRIX)) */
@@ -62,7 +62,7 @@ struct table_in {
struct table_linfo {
Lineprop prev_ctype;
signed char prev_spaces;
int prevchar;
Str prevchar;
short length;
};
@@ -128,8 +128,6 @@ struct table {
#define TBLM_S RB_S
#define TBLM_ANCHOR 0x1000000
#define uchar unsigned char
#define ushort unsigned short
struct table_mode {
unsigned int pre_mode;
char indent_level;