1
0
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:
Dan Nicolaescu 2007-08-29 06:06:51 +00:00
parent 2e3695d2a9
commit 381864b299
2 changed files with 2 additions and 2 deletions

View File

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

View File

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