From: Karl Heuer Date: Wed, 10 Mar 1999 19:58:01 +0000 (+0000) Subject: (BASE_PURESIZE): Increase to 505000. X-Git-Tag: emacs-20.4~479 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=908ec3ce2c75398c54c173b9f75a32faa2185cd1;p=emacs.git (BASE_PURESIZE): Increase to 505000. --- diff --git a/src/puresize.h b/src/puresize.h index 3f337ca2d52..23f35559c47 100644 --- a/src/puresize.h +++ b/src/puresize.h @@ -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 */ -