diff src/puresize.h @ 95999:c5659b8c29d6

(BASE_PURESIZE): Increase to 1230000.
author Katsumi Yamaoka <yamaoka@jpl.org>
date Mon, 16 Jun 2008 04:55:44 +0000
parents 26cadf892c50
children 326ca810843d
line wrap: on
line diff
--- a/src/puresize.h	Mon Jun 16 02:31:20 2008 +0000
+++ b/src/puresize.h	Mon Jun 16 04:55:44 2008 +0000
@@ -41,7 +41,7 @@
 #endif
 
 #ifndef BASE_PURESIZE
-#define BASE_PURESIZE (1220000 + SYSTEM_PURESIZE_EXTRA + SITELOAD_PURESIZE_EXTRA)
+#define BASE_PURESIZE (1230000 + SYSTEM_PURESIZE_EXTRA + SITELOAD_PURESIZE_EXTRA)
 #endif
 
 /* Increase BASE_PURESIZE by a ratio depending on the machine's word size.  */