From: Gerd Moellmann Date: Mon, 8 Oct 2001 07:43:23 +0000 (+0000) Subject: (BASE_PURESIZE): Increase to 725000. X-Git-Tag: ttn-vms-21-2-B4~19651 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=55fa782068761482423ba789cbed4056c8f123ea;p=emacs.git (BASE_PURESIZE): Increase to 725000. --- diff --git a/src/ChangeLog b/src/ChangeLog index 3c5cf4e4721..0b1712559e3 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,7 @@ +2001-10-08 Gerd Moellmann + + * puresize.h (BASE_PURESIZE): Increase to 725000. + 2001-10-08 Pavel Jan,Bm(Bk * xfaces.c (free_frame_menubar): Add prototype. diff --git a/src/puresize.h b/src/puresize.h index a6e0ad8ba39..ed8432ef668 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 (700000 + SYSTEM_PURESIZE_EXTRA + SITELOAD_PURESIZE_EXTRA) +#define BASE_PURESIZE (725000 + SYSTEM_PURESIZE_EXTRA + SITELOAD_PURESIZE_EXTRA) #endif /* Increase BASE_PURESIZE by a ratio depending on the machine's word size. */