changeset 18869:3874dbc1bdcf

(BASE_PURESIZE): Increased to 410000.
author Richard M. Stallman <rms@gnu.org>
date Sat, 19 Jul 1997 07:29:46 +0000
parents a37e77bbd4b3
children d86beb823996
files src/puresize.h
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/puresize.h	Sat Jul 19 05:39:06 1997 +0000
+++ b/src/puresize.h	Sat Jul 19 07:29:46 1997 +0000
@@ -42,7 +42,7 @@
 #endif
 
 #ifndef BASE_PURESIZE
-#define BASE_PURESIZE (400000 + SYSTEM_PURESIZE_EXTRA + SITELOAD_PURESIZE_EXTRA)
+#define BASE_PURESIZE (410000 + SYSTEM_PURESIZE_EXTRA + SITELOAD_PURESIZE_EXTRA)
 #endif
 
 /* Increase BASE_PURESIZE by a ratio depending on the machine's word size.  */