diff src/puresize.h @ 97598:4e53ad6f16b6

(BASE_PURESIZE): Increase to 1250000.
author Chong Yidong <cyd@stupidchicken.com>
date Thu, 21 Aug 2008 13:47:37 +0000
parents 359d8fb73538
children aa3735d1a6b8
line wrap: on
line diff
--- a/src/puresize.h	Thu Aug 21 13:47:20 2008 +0000
+++ b/src/puresize.h	Thu Aug 21 13:47:37 2008 +0000
@@ -41,7 +41,7 @@
 #endif
 
 #ifndef BASE_PURESIZE
-#define BASE_PURESIZE (1240000 + SYSTEM_PURESIZE_EXTRA + SITELOAD_PURESIZE_EXTRA)
+#define BASE_PURESIZE (1250000 + SYSTEM_PURESIZE_EXTRA + SITELOAD_PURESIZE_EXTRA)
 #endif
 
 /* Increase BASE_PURESIZE by a ratio depending on the machine's word size.  */