1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-01-24 19:03:29 +00:00

(BASE_PURESIZE): Increase to 505000.

This commit is contained in:
Karl Heuer 1999-03-10 19:58:01 +00:00
parent 72e8143ca9
commit 908ec3ce2c

View File

@ -42,7 +42,7 @@ Boston, MA 02111-1307, USA. */
#endif
#ifndef BASE_PURESIZE
#define BASE_PURESIZE (500000 + SYSTEM_PURESIZE_EXTRA + SITELOAD_PURESIZE_EXTRA)
#define BASE_PURESIZE (505000 + SYSTEM_PURESIZE_EXTRA + SITELOAD_PURESIZE_EXTRA)
#endif
/* Increase BASE_PURESIZE by a ratio depending on the machine's word size. */
@ -96,4 +96,3 @@ extern char my_edata[];
#endif /* PNTR_COMPARISON_TYPE */
#endif /* VIRT_ADDRESS_VARIES */