From 908ec3ce2c75398c54c173b9f75a32faa2185cd1 Mon Sep 17 00:00:00 2001 From: Karl Heuer Date: Wed, 10 Mar 1999 19:58:01 +0000 Subject: (BASE_PURESIZE): Increase to 505000. --- src/puresize.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src') diff --git a/src/puresize.h b/src/puresize.h index 3f337ca2d52..23f35559c47 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 (500000 + SYSTEM_PURESIZE_EXTRA + SITELOAD_PURESIZE_EXTRA) +#define BASE_PURESIZE (505000 + SYSTEM_PURESIZE_EXTRA + SITELOAD_PURESIZE_EXTRA) #endif /* Increase BASE_PURESIZE by a ratio depending on the machine's word size. */ @@ -96,4 +96,3 @@ extern char my_edata[]; #endif /* PNTR_COMPARISON_TYPE */ #endif /* VIRT_ADDRESS_VARIES */ - -- cgit v1.2.1