diff options
author | Romain Francoise <romain@orebokech.com> | 2006-02-17 19:58:17 +0000 |
---|---|---|
committer | Romain Francoise <romain@orebokech.com> | 2006-02-17 19:58:17 +0000 |
commit | a9c18b842e82dd0d9e88ef23b958670cbd9a2639 (patch) | |
tree | 5bed1b8b45e344044bcff462e7deeb84e6787ab6 /src/puresize.h | |
parent | 6e69a0bf121e54b43726d814221c701ba82c797b (diff) | |
download | emacs-a9c18b842e82dd0d9e88ef23b958670cbd9a2639.tar.gz |
(BASE_PURESIZE): Increment to 1200000.
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 da81e09a345..93dac70c123 100644 --- a/src/puresize.h +++ b/src/puresize.h @@ -43,7 +43,7 @@ Boston, MA 02110-1301, USA. */ #endif #ifndef BASE_PURESIZE -#define BASE_PURESIZE (1190000 + SYSTEM_PURESIZE_EXTRA + SITELOAD_PURESIZE_EXTRA) +#define BASE_PURESIZE (1200000 + SYSTEM_PURESIZE_EXTRA + SITELOAD_PURESIZE_EXTRA) #endif /* Increase BASE_PURESIZE by a ratio depending on the machine's word size. */ |