diff options
author | Chong Yidong <cyd@stupidchicken.com> | 2008-08-21 13:47:37 +0000 |
---|---|---|
committer | Chong Yidong <cyd@stupidchicken.com> | 2008-08-21 13:47:37 +0000 |
commit | 0a7c6626762fe3eda54ef8a9463805b77060c1c7 (patch) | |
tree | 059362f80e4099ec63134f516928b1ec673f0b60 /src/puresize.h | |
parent | 2984624d44bac3bd34bd5dc0fe57facd5c2b72c5 (diff) | |
download | emacs-0a7c6626762fe3eda54ef8a9463805b77060c1c7.tar.gz |
(BASE_PURESIZE): Increase to 1250000.
Diffstat (limited to 'src/puresize.h')
-rw-r--r-- | src/puresize.h | 2 |
1 files changed, 1 insertions, 1 deletions
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 <http://www.gnu.org/licenses/>. */ #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. */ |