]> git.eshelyaron.com Git - emacs.git/commitdiff
(BASE_PURESIZE): Increase to 505000.
authorKarl Heuer <kwzh@gnu.org>
Wed, 10 Mar 1999 19:58:01 +0000 (19:58 +0000)
committerKarl Heuer <kwzh@gnu.org>
Wed, 10 Mar 1999 19:58:01 +0000 (19:58 +0000)
src/puresize.h

index 3f337ca2d529c4769c7c6308d262f10179bf07bf..23f35559c474d96f4fd91cb7b048fa4b9ef50c20 100644 (file)
@@ -42,7 +42,7 @@ Boston, MA 02111-1307, USA.  */
 #endif
 
 #ifndef BASE_PURESIZE
-#define BASE_PURESIZE (500000 + SYSTEM_PURESIZE_EXTRA + SITELOAD_PURESIZE_EXTRA)
+#define BASE_PURESIZE (505000 + SYSTEM_PURESIZE_EXTRA + SITELOAD_PURESIZE_EXTRA)
 #endif
 
 /* Increase BASE_PURESIZE by a ratio depending on the machine's word size.  */
@@ -96,4 +96,3 @@ extern char my_edata[];
 
 #endif /* PNTR_COMPARISON_TYPE */
 #endif /* VIRT_ADDRESS_VARIES */
-