Mercurial > emacs
changeset 16163:3ec903b6bcd8
(BASE_PURESIZE): Increased.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Wed, 11 Sep 1996 19:04:17 +0000 |
parents | e784a5d29bd5 |
children | 33c5b9ccc216 |
files | src/puresize.h |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/src/puresize.h Wed Sep 11 19:00:25 1996 +0000 +++ b/src/puresize.h Wed Sep 11 19:04:17 1996 +0000 @@ -42,7 +42,7 @@ #endif #ifndef BASE_PURESIZE -#define BASE_PURESIZE (325000 + SYSTEM_PURESIZE_EXTRA + SITELOAD_PURESIZE_EXTRA) +#define BASE_PURESIZE (350000 + SYSTEM_PURESIZE_EXTRA + SITELOAD_PURESIZE_EXTRA) #endif /* Increase BASE_PURESIZE by a ratio depending on the machine's word size. */