diff src/puresize.h @ 96780:326ca810843d

(BASE_PURESIZE): Increase to 1240000.
author Dan Nicolaescu <dann@ics.uci.edu>
date Fri, 18 Jul 2008 01:11:05 +0000
parents c5659b8c29d6
children 359d8fb73538
line wrap: on
line diff
--- a/src/puresize.h	Fri Jul 18 00:59:10 2008 +0000
+++ b/src/puresize.h	Fri Jul 18 01:11:05 2008 +0000
@@ -41,7 +41,7 @@
 #endif
 
 #ifndef BASE_PURESIZE
-#define BASE_PURESIZE (1230000 + SYSTEM_PURESIZE_EXTRA + SITELOAD_PURESIZE_EXTRA)
+#define BASE_PURESIZE (1240000 + SYSTEM_PURESIZE_EXTRA + SITELOAD_PURESIZE_EXTRA)
 #endif
 
 /* Increase BASE_PURESIZE by a ratio depending on the machine's word size.  */