Mercurial > emacs
changeset 29123:bd9265d3a2b4
(BASE_PURESIZE): Increase to 675000.
author | Gerd Moellmann <gerd@gnu.org> |
---|---|
date | Tue, 23 May 2000 21:59:11 +0000 |
parents | 47f68a566622 |
children | 4afc3133497a |
files | src/puresize.h |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/src/puresize.h Tue May 23 21:58:58 2000 +0000 +++ b/src/puresize.h Tue May 23 21:59:11 2000 +0000 @@ -42,7 +42,7 @@ #endif #ifndef BASE_PURESIZE -#define BASE_PURESIZE (650000 + SYSTEM_PURESIZE_EXTRA + SITELOAD_PURESIZE_EXTRA) +#define BASE_PURESIZE (675000 + SYSTEM_PURESIZE_EXTRA + SITELOAD_PURESIZE_EXTRA) #endif /* Increase BASE_PURESIZE by a ratio depending on the machine's word size. */