From 0a7c6626762fe3eda54ef8a9463805b77060c1c7 Mon Sep 17 00:00:00 2001 From: Chong Yidong Date: Thu, 21 Aug 2008 13:47:37 +0000 Subject: [PATCH] (BASE_PURESIZE): Increase to 1250000. --- src/puresize.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/puresize.h b/src/puresize.h index 5012c7462c1..c1996011d8a 100644 --- a/src/puresize.h +++ b/src/puresize.h @@ -41,7 +41,7 @@ along with GNU Emacs. If not, see . */ #endif #ifndef BASE_PURESIZE -#define BASE_PURESIZE (1240000 + SYSTEM_PURESIZE_EXTRA + SITELOAD_PURESIZE_EXTRA) +#define BASE_PURESIZE (1250000 + SYSTEM_PURESIZE_EXTRA + SITELOAD_PURESIZE_EXTRA) #endif /* Increase BASE_PURESIZE by a ratio depending on the machine's word size. */ -- 2.39.5