diff options
author | Gerd Moellmann <gerd@gnu.org> | 1999-11-26 15:17:52 +0000 |
---|---|---|
committer | Gerd Moellmann <gerd@gnu.org> | 1999-11-26 15:17:52 +0000 |
commit | 65a3ccf741a1db499ccd06c79617052a489b9f9c (patch) | |
tree | 2342b68e2bd236ba725691ad02a2314ad5a4b8c2 /src/puresize.h | |
parent | 0cf5bb509d801b8908a17ed8a0df620a6df7af15 (diff) | |
download | emacs-65a3ccf741a1db499ccd06c79617052a489b9f9c.tar.gz |
(BASE_PURESIZE): Increase to 550000.
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 5635907fc3c..0a6806a56a4 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 (525000 + SYSTEM_PURESIZE_EXTRA + SITELOAD_PURESIZE_EXTRA) +#define BASE_PURESIZE (550000 + SYSTEM_PURESIZE_EXTRA + SITELOAD_PURESIZE_EXTRA) #endif /* Increase BASE_PURESIZE by a ratio depending on the machine's word size. */ |