Sophie

Sophie

distrib > * > 2008.0 > x86_64 > by-pkgid > 907bfa963ac974b85d672e56a090d463 > files > 13

xcin-2.5.3-0.pre3.4mdv2008.0.src.rpm

--- xcin.org/src/util/cin2tab/gencin.h	2000-12-09 09:57:12.000000000 +0800
+++ xcin/src/util/cin2tab/gencin.h	2004-01-02 12:37:42.000000000 +0800
@@ -26,11 +26,12 @@
 #include "constant.h"
 #include "module.h"
 
-#define GENCIN_VERSION  "20000827"
+#define GENCIN_VERSION  "20040102"
 
 /* For input-code char definition. */
 typedef unsigned int	icode_t;
-typedef unsigned short	icode_idx_t;
+// Modify by Firefly(firefly@firefly.idv.tw)
+typedef unsigned int	icode_idx_t;
 typedef icode_idx_t 	ichar_t;
 
 #define VERLEN			20	/* Version buffer size */