Mercurial > emacs
changeset 26610:f3461e3610c8
(BASE_PURESIZE): Increase to 550000.
author | Gerd Moellmann <gerd@gnu.org> |
---|---|
date | Fri, 26 Nov 1999 15:17:00 +0000 |
parents | 1cafb504ab9a |
children | 07aba963acc9 |
files | src/puresize.h |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/src/puresize.h Fri Nov 26 13:53:02 1999 +0000 +++ b/src/puresize.h Fri Nov 26 15:17:00 1999 +0000 @@ -42,7 +42,7 @@ #endif #ifndef BASE_PURESIZE -#define BASE_PURESIZE (525000 + SYSTEM_PURESIZE_EXTRA + SITELOAD_PURESIZE_EXTRA) +#define BASE_PURESIZE (550000 + SYSTEM_PURESIZE_EXTRA + SITELOAD_PURESIZE_EXTRA) #endif /* Increase BASE_PURESIZE by a ratio depending on the machine's word size. */