diff options
| author | Eli Zaretskii | 2024-06-23 07:42:23 -0400 |
|---|---|---|
| committer | Eli Zaretskii | 2024-06-23 07:42:23 -0400 |
| commit | 39aa286072924ebef68b068fa9d9afc8374ede86 (patch) | |
| tree | edcca31063c8c76cfa9dd299bbe0a8c65e6276a7 /src | |
| parent | 2d6ca28ce71ab81fb79d702f06b6ad47aa5de433 (diff) | |
| download | emacs-39aa286072924ebef68b068fa9d9afc8374ede86.tar.gz emacs-39aa286072924ebef68b068fa9d9afc8374ede86.zip | |
* src/puresize.h (BASE_PURESIZE): Increase.
Diffstat (limited to 'src')
| -rw-r--r-- | src/puresize.h | 2 |
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. */ |