changeset 19487:67cdccd3cc4c

(BASE_PURESIZE): Increased by 10k.
author Richard M. Stallman <rms@gnu.org>
date Sat, 23 Aug 1997 17:02:44 +0000
parents 31fbf3a289c1
children 25a37a54148f
files src/puresize.h
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/puresize.h	Sat Aug 23 17:01:03 1997 +0000
+++ b/src/puresize.h	Sat Aug 23 17:02:44 1997 +0000
@@ -42,7 +42,7 @@
 #endif
 
 #ifndef BASE_PURESIZE
-#define BASE_PURESIZE (410000 + SYSTEM_PURESIZE_EXTRA + SITELOAD_PURESIZE_EXTRA)
+#define BASE_PURESIZE (420000 + SYSTEM_PURESIZE_EXTRA + SITELOAD_PURESIZE_EXTRA)
 #endif
 
 /* Increase BASE_PURESIZE by a ratio depending on the machine's word size.  */