Mercurial > emacs
changeset 35559:bbe523e9ed20
(BASE_PURESIZE): Up to 720000.
author | Dave Love <fx@gnu.org> |
---|---|
date | Thu, 25 Jan 2001 13:36:51 +0000 |
parents | 6ae6aa38d915 |
children | 6fe5a6b46e38 |
files | src/puresize.h |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/src/puresize.h Thu Jan 25 13:35:07 2001 +0000 +++ b/src/puresize.h Thu Jan 25 13:36:51 2001 +0000 @@ -42,7 +42,7 @@ #endif #ifndef BASE_PURESIZE -#define BASE_PURESIZE (700000 + SYSTEM_PURESIZE_EXTRA + SITELOAD_PURESIZE_EXTRA) +#define BASE_PURESIZE (720000 + SYSTEM_PURESIZE_EXTRA + SITELOAD_PURESIZE_EXTRA) #endif /* Increase BASE_PURESIZE by a ratio depending on the machine's word size. */