From 8ed55b8ccff85971d230abf615508920d63aff8a Mon Sep 17 00:00:00 2001 From: Juri Linkov Date: Mon, 21 Nov 2005 07:54:48 +0000 Subject: [PATCH] (BASE_PURESIZE): Increment to 1180000. --- src/puresize.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/puresize.h b/src/puresize.h index b9942a90753..f82c705265b 100644 --- a/src/puresize.h +++ b/src/puresize.h @@ -42,7 +42,7 @@ Boston, MA 02110-1301, USA. */ #endif #ifndef BASE_PURESIZE -#define BASE_PURESIZE (1170000 + SYSTEM_PURESIZE_EXTRA + SITELOAD_PURESIZE_EXTRA) +#define BASE_PURESIZE (1180000 + SYSTEM_PURESIZE_EXTRA + SITELOAD_PURESIZE_EXTRA) #endif /* Increase BASE_PURESIZE by a ratio depending on the machine's word size. */ -- 2.11.4.GIT