X-Git-Url: http://git.chise.org/gitweb/?a=blobdiff_plain;f=lib-src%2Fmake-po.c;h=37bb4fabec5b0992b461d68fca490cff1a7693e1;hb=655986fa3a794e773236e9cc833b35caabc33ad6;hp=3db11896a4a68ca2bccf815cc42e3270a7f837dc;hpb=6883ee56ec887c2c48abe5b06b5e66aa74031910;p=chise%2Fxemacs-chise.git.1 diff --git a/lib-src/make-po.c b/lib-src/make-po.c index 3db1189..37bb4fa 100644 --- a/lib-src/make-po.c +++ b/lib-src/make-po.c @@ -18,7 +18,8 @@ #endif /* #define BUFSIZE 8192 */ -#define BUFSIZE 16384 +/* #define BUFSIZE 16384 */ +#define BUFSIZE 32768 #define NEWSTRING 31 /* Character signalling start of new doc string */ #define LINEEND "\\n" #define ENDSTRING "\"\n"