diff src/puresize.h @ 25864:c7fe686cca44

(BASE_PURESIZE): Increase to 525000.
author Dave Love <fx@gnu.org>
date Mon, 04 Oct 1999 15:47:14 +0000
parents 618ea9b539f3
children f3461e3610c8
line wrap: on
line diff
--- a/src/puresize.h	Mon Oct 04 15:35:04 1999 +0000
+++ b/src/puresize.h	Mon Oct 04 15:47:14 1999 +0000
@@ -42,7 +42,7 @@
 #endif
 
 #ifndef BASE_PURESIZE
-#define BASE_PURESIZE (515000 + SYSTEM_PURESIZE_EXTRA + SITELOAD_PURESIZE_EXTRA)
+#define BASE_PURESIZE (525000 + SYSTEM_PURESIZE_EXTRA + SITELOAD_PURESIZE_EXTRA)
 #endif
 
 /* Increase BASE_PURESIZE by a ratio depending on the machine's word size.  */