changeset 94524:d5bb3798f8cb

(BASE_PURESIZE): Increase to 1210000.
author Chong Yidong <cyd@stupidchicken.com>
date Thu, 01 May 2008 22:53:09 +0000
parents 10e2a368efb0
children dea0b823c8e2
files src/puresize.h
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/puresize.h	Thu May 01 22:53:02 2008 +0000
+++ b/src/puresize.h	Thu May 01 22:53:09 2008 +0000
@@ -43,7 +43,7 @@
 #endif
 
 #ifndef BASE_PURESIZE
-#define BASE_PURESIZE (1200000 + SYSTEM_PURESIZE_EXTRA + SITELOAD_PURESIZE_EXTRA)
+#define BASE_PURESIZE (1210000 + SYSTEM_PURESIZE_EXTRA + SITELOAD_PURESIZE_EXTRA)
 #endif
 
 /* Increase BASE_PURESIZE by a ratio depending on the machine's word size.  */