Mercurial > emacs
changeset 21060:29b4c6c23d92
(BASE_PURESIZE): Increased.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Tue, 03 Mar 1998 22:29:16 +0000 |
parents | cbd9e55a6cdc |
children | 7813d4b7bea5 |
files | src/puresize.h |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/src/puresize.h Tue Mar 03 19:36:31 1998 +0000 +++ b/src/puresize.h Tue Mar 03 22:29:16 1998 +0000 @@ -42,7 +42,7 @@ #endif #ifndef BASE_PURESIZE -#define BASE_PURESIZE (460000 + SYSTEM_PURESIZE_EXTRA + SITELOAD_PURESIZE_EXTRA) +#define BASE_PURESIZE (490000 + SYSTEM_PURESIZE_EXTRA + SITELOAD_PURESIZE_EXTRA) #endif /* Increase BASE_PURESIZE by a ratio depending on the machine's word size. */