mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-02-06 23:51:24 -08:00
* src/puresize.h (BASE_PURESIZE): Increase (bug#75907).
This commit is contained in:
parent
0c6aa27cde
commit
0b3e050c6c
1 changed files with 1 additions and 1 deletions
|
|
@ -47,7 +47,7 @@ INLINE_HEADER_BEGIN
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifndef BASE_PURESIZE
|
#ifndef BASE_PURESIZE
|
||||||
#define BASE_PURESIZE (3000000 + SYSTEM_PURESIZE_EXTRA + SITELOAD_PURESIZE_EXTRA)
|
#define BASE_PURESIZE (3400000 + SYSTEM_PURESIZE_EXTRA + SITELOAD_PURESIZE_EXTRA)
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/* Increase BASE_PURESIZE by a ratio depending on the machine's word size. */
|
/* Increase BASE_PURESIZE by a ratio depending on the machine's word size. */
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue