Mercurial > emacs
changeset 17043:045eb8f891dc
(BASE_PURESIZE): Increase.
author | Karl Heuer <kwzh@gnu.org> |
---|---|
date | Thu, 20 Feb 1997 06:54:58 +0000 |
parents | 00b923d54108 |
children | f07c36097f33 |
files | src/puresize.h |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/src/puresize.h Thu Feb 20 06:54:35 1997 +0000 +++ b/src/puresize.h Thu Feb 20 06:54:58 1997 +0000 @@ -42,7 +42,7 @@ #endif #ifndef BASE_PURESIZE -#define BASE_PURESIZE (350000 + SYSTEM_PURESIZE_EXTRA + SITELOAD_PURESIZE_EXTRA) +#define BASE_PURESIZE (400000 + SYSTEM_PURESIZE_EXTRA + SITELOAD_PURESIZE_EXTRA) #endif /* Increase BASE_PURESIZE by a ratio depending on the machine's word size. */