Mercurial > emacs
diff src/puresize.h @ 52255:eb8d63124c39
(BASE_PURESIZE): Increase to 1100000.
| author | Gerd Moellmann <gerd@gnu.org> |
|---|---|
| date | Tue, 19 Aug 2003 12:42:32 +0000 |
| parents | 256d7b81b774 |
| children | 695cf19ef79e |
line wrap: on
line diff
--- a/src/puresize.h Tue Aug 19 12:39:00 2003 +0000 +++ b/src/puresize.h Tue Aug 19 12:42:32 2003 +0000 @@ -42,7 +42,7 @@ #endif #ifndef BASE_PURESIZE -#define BASE_PURESIZE (920000 + SYSTEM_PURESIZE_EXTRA + SITELOAD_PURESIZE_EXTRA) +#define BASE_PURESIZE (1100000 + SYSTEM_PURESIZE_EXTRA + SITELOAD_PURESIZE_EXTRA) #endif /* Increase BASE_PURESIZE by a ratio depending on the machine's word size. */
