From: Eli Zaretskii Date: Sun, 23 Jun 2024 11:42:23 +0000 (-0400) Subject: * src/puresize.h (BASE_PURESIZE): Increase. X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=2b41352321c551986816af073b00e443de5936e1;p=emacs.git * src/puresize.h (BASE_PURESIZE): Increase. (cherry picked from commit 39aa286072924ebef68b068fa9d9afc8374ede86) --- diff --git a/src/puresize.h b/src/puresize.h index 2a716872832..d7d8f0b4eec 100644 --- a/src/puresize.h +++ b/src/puresize.h @@ -47,7 +47,7 @@ INLINE_HEADER_BEGIN #endif #ifndef BASE_PURESIZE -#define BASE_PURESIZE (3000000 + SYSTEM_PURESIZE_EXTRA + SITELOAD_PURESIZE_EXTRA) +#define BASE_PURESIZE (3100000 + SYSTEM_PURESIZE_EXTRA + SITELOAD_PURESIZE_EXTRA) #endif /* Increase BASE_PURESIZE by a ratio depending on the machine's word size. */