changeset 44476:142c588ec4ec

(BASE_PURESIZE): Reduce again to avoid big excess.
author Richard M. Stallman <rms@gnu.org>
date Wed, 10 Apr 2002 15:19:04 +0000
parents 9cab12e7e72a
children 5bcb255d9dc5
files src/puresize.h
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/puresize.h	Wed Apr 10 15:15:23 2002 +0000
+++ b/src/puresize.h	Wed Apr 10 15:19:04 2002 +0000
@@ -42,7 +42,7 @@
 #endif
 
 #ifndef BASE_PURESIZE
-#define BASE_PURESIZE (900000 + SYSTEM_PURESIZE_EXTRA + SITELOAD_PURESIZE_EXTRA)
+#define BASE_PURESIZE (790000 + SYSTEM_PURESIZE_EXTRA + SITELOAD_PURESIZE_EXTRA)
 #endif
 
 /* Increase BASE_PURESIZE by a ratio depending on the machine's word size.  */