X-Git-Url: https://code.delx.au/gnu-emacs/blobdiff_plain/f70a96b051799f0543270604c902996a31037c5f..0cf79a3ba2bd3047e875a51edc6358955c0c3a49:/src/puresize.h diff --git a/src/puresize.h b/src/puresize.h index c89ba6b047..5dd374af20 100644 --- a/src/puresize.h +++ b/src/puresize.h @@ -43,13 +43,13 @@ Boston, MA 02110-1301, USA. */ #endif #ifndef BASE_PURESIZE -#define BASE_PURESIZE (1210000 + SYSTEM_PURESIZE_EXTRA + SITELOAD_PURESIZE_EXTRA) +#define BASE_PURESIZE (1120000 + SYSTEM_PURESIZE_EXTRA + SITELOAD_PURESIZE_EXTRA) #endif /* Increase BASE_PURESIZE by a ratio depending on the machine's word size. */ #ifndef PURESIZE_RATIO #if BITS_PER_EMACS_INT > 32 -#define PURESIZE_RATIO 9/5 /* Don't surround with `()'. */ +#define PURESIZE_RATIO 10/6 /* Don't surround with `()'. */ #else #define PURESIZE_RATIO 1 #endif