Mercurial > emacs
changeset 43876:a3671bb16fc4
(BASE_PURESIZE): Increase to 775000.
author | Kim F. Storm <storm@cua.dk> |
---|---|
date | Wed, 13 Mar 2002 13:33:30 +0000 |
parents | d5fb201b4619 |
children | f59c9255134f |
files | src/puresize.h |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/src/puresize.h Wed Mar 13 09:34:06 2002 +0000 +++ b/src/puresize.h Wed Mar 13 13:33:30 2002 +0000 @@ -42,7 +42,7 @@ #endif #ifndef BASE_PURESIZE -#define BASE_PURESIZE (755000 + SYSTEM_PURESIZE_EXTRA + SITELOAD_PURESIZE_EXTRA) +#define BASE_PURESIZE (775000 + SYSTEM_PURESIZE_EXTRA + SITELOAD_PURESIZE_EXTRA) #endif /* Increase BASE_PURESIZE by a ratio depending on the machine's word size. */