diff src/puresize.h @ 27140:08fbb3f37f91

(BASE_PURE_SIZE): Increase to 600000.
author Gerd Moellmann <gerd@gnu.org>
date Tue, 04 Jan 2000 12:21:21 +0000
parents f3461e3610c8
children 459744c91b53
line wrap: on
line diff
--- a/src/puresize.h	Tue Jan 04 12:01:26 2000 +0000
+++ b/src/puresize.h	Tue Jan 04 12:21:21 2000 +0000
@@ -42,7 +42,7 @@
 #endif
 
 #ifndef BASE_PURESIZE
-#define BASE_PURESIZE (550000 + SYSTEM_PURESIZE_EXTRA + SITELOAD_PURESIZE_EXTRA)
+#define BASE_PURESIZE (600000 + SYSTEM_PURESIZE_EXTRA + SITELOAD_PURESIZE_EXTRA)
 #endif
 
 /* Increase BASE_PURESIZE by a ratio depending on the machine's word size.  */