diff src/puresize.h @ 82510:73e2928cb544

(BASE_PURESIZE): Increase to 1140000.
author Katsumi Yamaoka <yamaoka@jpl.org>
date Wed, 22 Aug 2007 02:17:45 +0000
parents 1cd1038e9e5d
children a73440d2f146 b83d0dadb2a7
line wrap: on
line diff
--- a/src/puresize.h	Tue Aug 21 20:05:14 2007 +0000
+++ b/src/puresize.h	Wed Aug 22 02:17:45 2007 +0000
@@ -43,7 +43,7 @@
 #endif
 
 #ifndef BASE_PURESIZE
-#define BASE_PURESIZE (1130000 + SYSTEM_PURESIZE_EXTRA + SITELOAD_PURESIZE_EXTRA)
+#define BASE_PURESIZE (1140000 + SYSTEM_PURESIZE_EXTRA + SITELOAD_PURESIZE_EXTRA)
 #endif
 
 /* Increase BASE_PURESIZE by a ratio depending on the machine's word size.  */