diff src/puresize.h @ 29123:bd9265d3a2b4

(BASE_PURESIZE): Increase to 675000.
author Gerd Moellmann <gerd@gnu.org>
date Tue, 23 May 2000 21:59:11 +0000
parents 42f572682c47
children 0adfe4160770
line wrap: on
line diff
--- a/src/puresize.h	Tue May 23 21:58:58 2000 +0000
+++ b/src/puresize.h	Tue May 23 21:59:11 2000 +0000
@@ -42,7 +42,7 @@
 #endif
 
 #ifndef BASE_PURESIZE
-#define BASE_PURESIZE (650000 + SYSTEM_PURESIZE_EXTRA + SITELOAD_PURESIZE_EXTRA)
+#define BASE_PURESIZE (675000 + SYSTEM_PURESIZE_EXTRA + SITELOAD_PURESIZE_EXTRA)
 #endif
 
 /* Increase BASE_PURESIZE by a ratio depending on the machine's word size.  */