diff src/puresize.h @ 27591:459744c91b53

* puresize.h (BASE_PURESIZE): Increase to 610000.
author Ken Raeburn <raeburn@raeburn.org>
date Wed, 02 Feb 2000 21:06:43 +0000
parents 08fbb3f37f91
children 42f572682c47
line wrap: on
line diff
--- a/src/puresize.h	Wed Feb 02 20:25:23 2000 +0000
+++ b/src/puresize.h	Wed Feb 02 21:06:43 2000 +0000
@@ -42,7 +42,7 @@
 #endif
 
 #ifndef BASE_PURESIZE
-#define BASE_PURESIZE (600000 + SYSTEM_PURESIZE_EXTRA + SITELOAD_PURESIZE_EXTRA)
+#define BASE_PURESIZE (610000 + SYSTEM_PURESIZE_EXTRA + SITELOAD_PURESIZE_EXTRA)
 #endif
 
 /* Increase BASE_PURESIZE by a ratio depending on the machine's word size.  */