Mercurial > emacs
diff src/puresize.h @ 33578:2d5a46f974fa
(BASE_PURESIZE): Increase to 700000.
| author | Gerd Moellmann <gerd@gnu.org> |
|---|---|
| date | Fri, 17 Nov 2000 22:36:22 +0000 |
| parents | 0adfe4160770 |
| children | bbe523e9ed20 |
line wrap: on
line diff
--- a/src/puresize.h Fri Nov 17 22:34:01 2000 +0000 +++ b/src/puresize.h Fri Nov 17 22:36:22 2000 +0000 @@ -42,7 +42,7 @@ #endif #ifndef BASE_PURESIZE -#define BASE_PURESIZE (680000 + SYSTEM_PURESIZE_EXTRA + SITELOAD_PURESIZE_EXTRA) +#define BASE_PURESIZE (700000 + SYSTEM_PURESIZE_EXTRA + SITELOAD_PURESIZE_EXTRA) #endif /* Increase BASE_PURESIZE by a ratio depending on the machine's word size. */
