]> git.eshelyaron.com Git - emacs.git/commitdiff
(BASE_PURESIZE): Increase.
authorKarl Heuer <kwzh@gnu.org>
Thu, 20 Feb 1997 06:54:58 +0000 (06:54 +0000)
committerKarl Heuer <kwzh@gnu.org>
Thu, 20 Feb 1997 06:54:58 +0000 (06:54 +0000)
src/puresize.h

index 5ce857203ec9a3dc3437a19fedf9a6e1aeb06435..7e3d9afad06b45605bb483a3d1718bfc7fafc9b1 100644 (file)
@@ -42,7 +42,7 @@ Boston, MA 02111-1307, USA.  */
 #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.  */