changeset 24051:4307fe505e5f

(BASE_PURESIZE): Increment to 500000.
author Richard M. Stallman <rms@gnu.org>
date Mon, 11 Jan 1999 15:27:08 +0000
parents e546776e7a76
children 157787e56b41
files src/puresize.h
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/puresize.h	Mon Jan 11 15:26:36 1999 +0000
+++ b/src/puresize.h	Mon Jan 11 15:27:08 1999 +0000
@@ -42,7 +42,7 @@
 #endif
 
 #ifndef BASE_PURESIZE
-#define BASE_PURESIZE (495000 + SYSTEM_PURESIZE_EXTRA + SITELOAD_PURESIZE_EXTRA)
+#define BASE_PURESIZE (500000 + SYSTEM_PURESIZE_EXTRA + SITELOAD_PURESIZE_EXTRA)
 #endif
 
 /* Increase BASE_PURESIZE by a ratio depending on the machine's word size.  */