# HG changeset patch # User Dan Nicolaescu # Date 1188367611 0 # Node ID 151b1afb6378cd8cfdbfcf7cd4983bf574c0cd50 # Parent 5649ebc8098691fdf6b2cbbf6c2925cbb2c07ae3 (BASE_PURESIZE): Increase base value to 1164000. diff -r 5649ebc80986 -r 151b1afb6378 src/ChangeLog --- a/src/ChangeLog Wed Aug 29 06:05:01 2007 +0000 +++ b/src/ChangeLog Wed Aug 29 06:06:51 2007 +0000 @@ -36,7 +36,7 @@ * macterm.h (struct mac_display_info): Add terminal. - * puresize.h (BASE_PURESIZE): Increase base value to 1158000. + * puresize.h (BASE_PURESIZE): Increase base value to 1164000. * sysdep.c: Comment out text after #endif. diff -r 5649ebc80986 -r 151b1afb6378 src/puresize.h --- a/src/puresize.h Wed Aug 29 06:05:01 2007 +0000 +++ b/src/puresize.h Wed Aug 29 06:06:51 2007 +0000 @@ -43,7 +43,7 @@ #endif #ifndef BASE_PURESIZE -#define BASE_PURESIZE (1161000 + SYSTEM_PURESIZE_EXTRA + SITELOAD_PURESIZE_EXTRA) +#define BASE_PURESIZE (1164000 + SYSTEM_PURESIZE_EXTRA + SITELOAD_PURESIZE_EXTRA) #endif /* Increase BASE_PURESIZE by a ratio depending on the machine's word size. */