Mercurial > emacs
changeset 25864:c7fe686cca44
(BASE_PURESIZE): Increase to 525000.
author | Dave Love <fx@gnu.org> |
---|---|
date | Mon, 04 Oct 1999 15:47:14 +0000 |
parents | 4a31721836b5 |
children | a3d096ced6df |
files | src/puresize.h |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/src/puresize.h Mon Oct 04 15:35:04 1999 +0000 +++ b/src/puresize.h Mon Oct 04 15:47:14 1999 +0000 @@ -42,7 +42,7 @@ #endif #ifndef BASE_PURESIZE -#define BASE_PURESIZE (515000 + SYSTEM_PURESIZE_EXTRA + SITELOAD_PURESIZE_EXTRA) +#define BASE_PURESIZE (525000 + SYSTEM_PURESIZE_EXTRA + SITELOAD_PURESIZE_EXTRA) #endif /* Increase BASE_PURESIZE by a ratio depending on the machine's word size. */