Mercurial > hg > xemacs-beta
diff lib-src/make-po.c @ 444:576fb035e263 r21-2-37
Import from CVS: tag r21-2-37
author | cvs |
---|---|
date | Mon, 13 Aug 2007 11:36:19 +0200 |
parents | 131b0175ea99 |
children |
line wrap: on
line diff
--- a/lib-src/make-po.c Mon Aug 13 11:35:05 2007 +0200 +++ b/lib-src/make-po.c Mon Aug 13 11:36:19 2007 +0200 @@ -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"