From: Ken Raeburn Date: Wed, 2 Feb 2000 21:06:43 +0000 (+0000) Subject: * puresize.h (BASE_PURESIZE): Increase to 610000. X-Git-Tag: emacs-pretest-21.0.90~5113 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=15c9cf819332f019605e073584a93f2b9b8dc124;p=emacs.git * puresize.h (BASE_PURESIZE): Increase to 610000. --- diff --git a/src/ChangeLog b/src/ChangeLog index 8ff58a41f10..f3b41fcf188 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,7 @@ +2000-02-02 Ken Raeburn + + * puresize.h (BASE_PURESIZE): Increase to 610000. + 2000-02-02 Gerd Moellmann * frame.c (Fframe_parameters): Add GCPRO because tty_color_name diff --git a/src/puresize.h b/src/puresize.h index 74527330ddf..bdd2d251a5e 100644 --- a/src/puresize.h +++ b/src/puresize.h @@ -42,7 +42,7 @@ Boston, MA 02111-1307, USA. */ #endif #ifndef BASE_PURESIZE -#define BASE_PURESIZE (600000 + SYSTEM_PURESIZE_EXTRA + SITELOAD_PURESIZE_EXTRA) +#define BASE_PURESIZE (610000 + SYSTEM_PURESIZE_EXTRA + SITELOAD_PURESIZE_EXTRA) #endif /* Increase BASE_PURESIZE by a ratio depending on the machine's word size. */