diff Wnn/include/jh.h @ 4:422e51e3191e

changed MAX_ENTRIES from 70000 to 500000.
author Yoshiki Yazawa <yaz@cc.rim.or.jp>
date Thu, 13 Dec 2007 20:45:52 +0900
parents bbc77ca4def5
children
line wrap: on
line diff
--- a/Wnn/include/jh.h	Thu Dec 13 19:53:14 2007 +0900
+++ b/Wnn/include/jh.h	Thu Dec 13 20:45:52 2007 +0900
@@ -87,7 +87,7 @@
 #define LINE_SIZE 1024
 #define BADLMAX 3
 #define YOMI_KINDS (1 << 16)    /* Yomi characters Maximal */
-#define MAX_ENTRIES 70000       /* default of max-entries for atod */
+#define MAX_ENTRIES 500000       /* default of max-entries for atod */
 #define DEF_ENTRIES 10000
 
 #define HEAPINC 1000