From bbe269a351fc0d6dea7f7f1b6246ad2f0a4900d1 Mon Sep 17 00:00:00 2001 From: Andreas Schwab Date: Sun, 18 Aug 2002 21:11:40 +0000 Subject: [PATCH] (BASE_PURESIZE): Increase to 720000. --- src/ChangeLog | 4 ++++ src/puresize.h | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) 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. */ -- 2.39.5