aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorEli Zaretskii2024-06-23 07:42:23 -0400
committerEli Zaretskii2024-06-23 07:42:23 -0400
commit39aa286072924ebef68b068fa9d9afc8374ede86 (patch)
treeedcca31063c8c76cfa9dd299bbe0a8c65e6276a7 /src
parent2d6ca28ce71ab81fb79d702f06b6ad47aa5de433 (diff)
downloademacs-39aa286072924ebef68b068fa9d9afc8374ede86.tar.gz
emacs-39aa286072924ebef68b068fa9d9afc8374ede86.zip
* src/puresize.h (BASE_PURESIZE): Increase.
Diffstat (limited to 'src')
-rw-r--r--src/puresize.h2
1 files changed, 1 insertions, 1 deletions
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
47#endif 47#endif
48 48
49#ifndef BASE_PURESIZE 49#ifndef BASE_PURESIZE
50#define BASE_PURESIZE (3000000 + SYSTEM_PURESIZE_EXTRA + SITELOAD_PURESIZE_EXTRA) 50#define BASE_PURESIZE (3100000 + SYSTEM_PURESIZE_EXTRA + SITELOAD_PURESIZE_EXTRA)
51#endif 51#endif
52 52
53/* Increase BASE_PURESIZE by a ratio depending on the machine's word size. */ 53/* Increase BASE_PURESIZE by a ratio depending on the machine's word size. */