diff options
author | Romain Francoise <romain@orebokech.com> | 2006-04-16 17:27:17 +0000 |
---|---|---|
committer | Romain Francoise <romain@orebokech.com> | 2006-04-16 17:27:17 +0000 |
commit | 8d95636b2ec6166746e808f2cffd143a0118a88a (patch) | |
tree | f4d5c70bbda7a7cbf74129a121bd2e43d9243234 /src/puresize.h | |
parent | 6a258a33e0d76d1f173fbb3afbf0bec5192fcd12 (diff) | |
download | emacs-8d95636b2ec6166746e808f2cffd143a0118a88a.tar.gz emacs-8d95636b2ec6166746e808f2cffd143a0118a88a.tar.bz2 emacs-8d95636b2ec6166746e808f2cffd143a0118a88a.zip |
(BASE_PURESIZE): Decrement back 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 67e758ae799..fa73736bc43 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 (1210000 + 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. */ |