mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2025-01-02 11:21:42 +00:00
(BASE_PURESIZE): Increase base value to 1164000.
This commit is contained in:
parent
2e3695d2a9
commit
381864b299
@ -36,7 +36,7 @@
|
||||
|
||||
* macterm.h (struct mac_display_info): Add terminal.
|
||||
|
||||
* puresize.h (BASE_PURESIZE): Increase base value to 1158000.
|
||||
* puresize.h (BASE_PURESIZE): Increase base value to 1164000.
|
||||
|
||||
* sysdep.c: Comment out text after #endif.
|
||||
|
||||
|
@ -43,7 +43,7 @@ Boston, MA 02110-1301, USA. */
|
||||
#endif
|
||||
|
||||
#ifndef BASE_PURESIZE
|
||||
#define BASE_PURESIZE (1161000 + SYSTEM_PURESIZE_EXTRA + SITELOAD_PURESIZE_EXTRA)
|
||||
#define BASE_PURESIZE (1164000 + SYSTEM_PURESIZE_EXTRA + SITELOAD_PURESIZE_EXTRA)
|
||||
#endif
|
||||
|
||||
/* Increase BASE_PURESIZE by a ratio depending on the machine's word size. */
|
||||
|
Loading…
Reference in New Issue
Block a user