diff src/puresize.h @ 80498:8df650d0126a

(BASE_PURESIZE): Increase to 1140000.
author Katsumi Yamaoka <yamaoka@jpl.org>
date Fri, 11 Apr 2008 10:23:49 +0000
parents fc2bcd2a8aad
children
line wrap: on
line diff
--- a/src/puresize.h	Fri Apr 11 03:19:07 2008 +0000
+++ b/src/puresize.h	Fri Apr 11 10:23:49 2008 +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.  */