diff src/puresize.h @ 17043:045eb8f891dc

(BASE_PURESIZE): Increase.
author Karl Heuer <kwzh@gnu.org>
date Thu, 20 Feb 1997 06:54:58 +0000
parents 3ec903b6bcd8
children 3874dbc1bdcf
line wrap: on
line diff
--- a/src/puresize.h	Thu Feb 20 06:54:35 1997 +0000
+++ b/src/puresize.h	Thu Feb 20 06:54:58 1997 +0000
@@ -42,7 +42,7 @@
 #endif
 
 #ifndef BASE_PURESIZE
-#define BASE_PURESIZE (350000 + SYSTEM_PURESIZE_EXTRA + SITELOAD_PURESIZE_EXTRA)
+#define BASE_PURESIZE (400000 + SYSTEM_PURESIZE_EXTRA + SITELOAD_PURESIZE_EXTRA)
 #endif
 
 /* Increase BASE_PURESIZE by a ratio depending on the machine's word size.  */