(BASE_PURESIZE): Increase to 750000.

This commit is contained in:
Gerd Moellmann 2001-11-18 11:00:08 +00:00
parent f6fa086675
commit a4184c1c43
2 changed files with 5 additions and 1 deletions

View file

@ -1,3 +1,7 @@
2001-11-18 Gerd Moellmann <gerd@gnu.org>
* puresize.h (BASE_PURESIZE): Increase to 750000.
2001-11-18 Pavel Jan,Bm(Bk <Pavel@Janik.cz>
* frame.c (Fframe_live_p): Doc fix.

View file

@ -42,7 +42,7 @@ Boston, MA 02111-1307, USA. */
#endif
#ifndef BASE_PURESIZE
#define BASE_PURESIZE (725000 + SYSTEM_PURESIZE_EXTRA + SITELOAD_PURESIZE_EXTRA)
#define BASE_PURESIZE (750000 + SYSTEM_PURESIZE_EXTRA + SITELOAD_PURESIZE_EXTRA)
#endif
/* Increase BASE_PURESIZE by a ratio depending on the machine's word size. */