Mercurial > emacs
diff src/puresize.h @ 41241:e1bdfb062a79
(BASE_PURESIZE): Increase to 750000.
| author | Gerd Moellmann <gerd@gnu.org> |
|---|---|
| date | Sun, 18 Nov 2001 10:59:49 +0000 |
| parents | a6d0c76cc76c |
| children | 3b39ade5b472 |
line wrap: on
line diff
--- a/src/puresize.h Sun Nov 18 10:02:38 2001 +0000 +++ b/src/puresize.h Sun Nov 18 10:59:49 2001 +0000 @@ -42,7 +42,7 @@ #endif #ifndef BASE_PURESIZE -#define BASE_PURESIZE (725000 + SYSTEM_PURESIZE_EXTRA + SITELOAD_PURESIZE_EXTRA) +#define BASE_PURESIZE (750000 + SYSTEM_PURESIZE_EXTRA + SITELOAD_PURESIZE_EXTRA) #endif /* Increase BASE_PURESIZE by a ratio depending on the machine's word size. */
