diff src/puresize.h @ 70184:85b739eba47c

(BASE_PURESIZE): Increase to 1205000.
author Eli Zaretskii <eliz@gnu.org>
date Sat, 22 Apr 2006 10:09:36 +0000
parents c314acf9c854
children 9de7d5cf6d99 2ecafc6d5db7
line wrap: on
line diff
--- a/src/puresize.h	Sat Apr 22 00:11:11 2006 +0000
+++ b/src/puresize.h	Sat Apr 22 10:09:36 2006 +0000
@@ -43,7 +43,7 @@
 #endif
 
 #ifndef BASE_PURESIZE
-#define BASE_PURESIZE (1200000 + SYSTEM_PURESIZE_EXTRA + SITELOAD_PURESIZE_EXTRA)
+#define BASE_PURESIZE (1205000 + SYSTEM_PURESIZE_EXTRA + SITELOAD_PURESIZE_EXTRA)
 #endif
 
 /* Increase BASE_PURESIZE by a ratio depending on the machine's word size.  */