X-Git-Url: http://git.chise.org/gitweb/?a=blobdiff_plain;f=src%2Fdumper.c;h=8cbcf5b030d50334717d05860c5da129fe8f1d80;hb=3c6780e9aa887b5dfd733ca3cb6e5eb604a74a25;hp=b66681261f2401ece621cd6c5e76768becadcf7c;hpb=499b5ad5e2308fd04e3654aaa462d099f1769fd1;p=chise%2Fxemacs-chise.git.1 diff --git a/src/dumper.c b/src/dumper.c index b666812..8cbcf5b 100644 --- a/src/dumper.c +++ b/src/dumper.c @@ -282,7 +282,11 @@ static int pdump_fd; static void *pdump_buf; static FILE *pdump_out; +#ifdef UTF2000 +#define PDUMP_HASHSIZE 20000001 +#else #define PDUMP_HASHSIZE 200001 +#endif static pdump_entry_list_elt **pdump_hash;