diff src/puresize.h @ 83721:151b1afb6378

(BASE_PURESIZE): Increase base value to 1164000.
author Dan Nicolaescu <dann@ics.uci.edu>
date Wed, 29 Aug 2007 06:06:51 +0000
parents a73440d2f146
children d9578941757d bdb3fe0ba9fa
line wrap: on
line diff
--- a/src/puresize.h	Wed Aug 29 06:05:01 2007 +0000
+++ b/src/puresize.h	Wed Aug 29 06:06:51 2007 +0000
@@ -43,7 +43,7 @@
 #endif
 
 #ifndef BASE_PURESIZE
-#define BASE_PURESIZE (1161000 + SYSTEM_PURESIZE_EXTRA + SITELOAD_PURESIZE_EXTRA)
+#define BASE_PURESIZE (1164000 + SYSTEM_PURESIZE_EXTRA + SITELOAD_PURESIZE_EXTRA)
 #endif
 
 /* Increase BASE_PURESIZE by a ratio depending on the machine's word size.  */