* src/puresize.h (BASE_PURESIZE): Increase.

This commit is contained in:
Eli Zaretskii 2024-06-23 07:42:23 -04:00
parent 2d6ca28ce7
commit 39aa286072

View file

@ -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. */