diff src/puresize.h @ 104170:3049e183cd1a

(BASE_PURESIZE): Increase to 1270000.
author Juri Linkov <juri@jurta.org>
date Fri, 07 Aug 2009 13:54:35 +0000
parents e038c1a8307c
children fe2a0bec5d65
line wrap: on
line diff
--- a/src/puresize.h	Fri Aug 07 08:24:29 2009 +0000
+++ b/src/puresize.h	Fri Aug 07 13:54:35 2009 +0000
@@ -41,7 +41,7 @@
 #endif
 
 #ifndef BASE_PURESIZE
-#define BASE_PURESIZE (1260000 + SYSTEM_PURESIZE_EXTRA + SITELOAD_PURESIZE_EXTRA)
+#define BASE_PURESIZE (1270000 + SYSTEM_PURESIZE_EXTRA + SITELOAD_PURESIZE_EXTRA)
 #endif
 
 /* Increase BASE_PURESIZE by a ratio depending on the machine's word size.  */