diff src/puresize.h @ 79371:ddbef5dcff58

(BASE_PURESIZE): Increase to 1130000.
author Juri Linkov <juri@jurta.org>
date Sat, 10 Nov 2007 22:41:50 +0000
parents 922696f363b0
children fc2bcd2a8aad 73e2928cb544 65663fcd2caa 539530fa389c
line wrap: on
line diff
--- a/src/puresize.h	Sat Nov 10 21:21:03 2007 +0000
+++ b/src/puresize.h	Sat Nov 10 22:41:50 2007 +0000
@@ -43,7 +43,7 @@
 #endif
 
 #ifndef BASE_PURESIZE
-#define BASE_PURESIZE (1120000 + SYSTEM_PURESIZE_EXTRA + SITELOAD_PURESIZE_EXTRA)
+#define BASE_PURESIZE (1130000 + SYSTEM_PURESIZE_EXTRA + SITELOAD_PURESIZE_EXTRA)
 #endif
 
 /* Increase BASE_PURESIZE by a ratio depending on the machine's word size.  */