Mercurial > freewnn
diff Wnn/include/jdata.h @ 2:b605a0e60f5b
- reverted jdata.h
- fixed the bug which occurred on changing length of bunsetsu.
| author | Yoshiki Yazawa <yaz@cc.rim.or.jp> |
|---|---|
| date | Thu, 13 Dec 2007 17:42:01 +0900 |
| parents | 790205f476c0 |
| children | 6bfa7ea3b75b |
line wrap: on
line diff
--- a/Wnn/include/jdata.h Thu Dec 13 04:47:24 2007 +0900 +++ b/Wnn/include/jdata.h Thu Dec 13 17:42:01 2007 +0900 @@ -36,7 +36,7 @@ #ifndef JS struct jdata { - UCHAR *kanji1; + int kanji1; short kanji2; /* */ short which; /* gyaku henkan? */ int serial; /* index is a serial number of the first @@ -148,7 +148,7 @@ { int next; /* pointer to uind2 */ int serial; - long kanjipter; + int kanjipter; w_char kosuu; w_char yomi[1]; /* actually it is variable length */ }; @@ -174,7 +174,7 @@ struct rind2 { int next[2]; /* pointer to rind2 */ - long kanjipter; + int kanjipter; }; /*
