Mercurial > emacs
diff src/puresize.h @ 26610:f3461e3610c8
(BASE_PURESIZE): Increase to 550000.
| author | Gerd Moellmann <gerd@gnu.org> |
|---|---|
| date | Fri, 26 Nov 1999 15:17:00 +0000 |
| parents | c7fe686cca44 |
| children | 08fbb3f37f91 |
line wrap: on
line diff
--- a/src/puresize.h Fri Nov 26 13:53:02 1999 +0000 +++ b/src/puresize.h Fri Nov 26 15:17:00 1999 +0000 @@ -42,7 +42,7 @@ #endif #ifndef BASE_PURESIZE -#define BASE_PURESIZE (525000 + SYSTEM_PURESIZE_EXTRA + SITELOAD_PURESIZE_EXTRA) +#define BASE_PURESIZE (550000 + SYSTEM_PURESIZE_EXTRA + SITELOAD_PURESIZE_EXTRA) #endif /* Increase BASE_PURESIZE by a ratio depending on the machine's word size. */
