From: Andreas Schwab Date: Sun, 18 Aug 2002 21:11:40 +0000 (+0000) Subject: (BASE_PURESIZE): Increase to 720000. X-Git-Tag: emacs-pretest-21.2.91~114 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=bbe269a351fc0d6dea7f7f1b6246ad2f0a4900d1;p=emacs.git (BASE_PURESIZE): Increase to 720000. --- diff --git a/src/ChangeLog b/src/ChangeLog index 4297c121bc0..167c20e2176 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,7 @@ +2002-08-18 Andreas Schwab + + * puresize.h (BASE_PURESIZE): Increase to 720000. + 2002-08-15 Richard M. Stallman * Makefile.in (lisp): Add ucs-tables.elc. diff --git a/src/puresize.h b/src/puresize.h index cb6be28c0f6..2f1502dd13b 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 (710000 + SYSTEM_PURESIZE_EXTRA + SITELOAD_PURESIZE_EXTRA) +#define BASE_PURESIZE (720000 + SYSTEM_PURESIZE_EXTRA + SITELOAD_PURESIZE_EXTRA) #endif /* Increase BASE_PURESIZE by a ratio depending on the machine's word size. */