diff Wnn/include/jdata.h @ 1:790205f476c0

applied wnn_dec12.diff
author Yoshiki Yazawa <yaz@cc.rim.or.jp>
date Thu, 13 Dec 2007 04:47:24 +0900
parents bbc77ca4def5
children b605a0e60f5b
line wrap: on
line diff
--- a/Wnn/include/jdata.h	Thu Dec 13 04:30:14 2007 +0900
+++ b/Wnn/include/jdata.h	Thu Dec 13 04:47:24 2007 +0900
@@ -36,7 +36,7 @@
 #ifndef JS
 struct jdata
 {
-  int kanji1;
+  UCHAR *kanji1;
   short kanji2;                 /* */
   short which;                  /* gyaku henkan? */
   int serial;                   /* index is a serial number of the first 
@@ -86,7 +86,7 @@
 #endif
   unsigned short *hinsi;        /* bunpou data is stored here */
   UCHAR *kanji;                 /* kanji data is stored here */
-  struct uind1 *table;          /* anothe tablefile for user jisho */
+  struct uind1 *table;          /* another tablefile for user jisho */
   UCHAR *hontai;                /*  the tablefile (index-file) */
   struct rind1 *ri1[2];         /* For Rev Dic */
   struct rind2 *ri2;            /* For Rev Dic */
@@ -148,7 +148,7 @@
 {
   int next;                     /* pointer to uind2 */
   int serial;
-  int kanjipter;
+  long 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 */
-  int kanjipter;
+  long kanjipter;
 };
 
 /*