(BASE_PURESIZE): Increase to 750000.
This commit is contained in:
parent
f6fa086675
commit
a4184c1c43
2 changed files with 5 additions and 1 deletions
|
@ -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.
|
||||
|
|
|
@ -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. */
|
||||
|
|
Loading…
Add table
Reference in a new issue