diff options
author | Gerd Moellmann <gerd@gnu.org> | 2001-11-18 11:00:08 +0000 |
---|---|---|
committer | Gerd Moellmann <gerd@gnu.org> | 2001-11-18 11:00:08 +0000 |
commit | a4184c1c43796b9c33509f79a4b9031c54dadbca (patch) | |
tree | 54211bd87fa652363d8b2cfc578063a2b8c10e81 /src/puresize.h | |
parent | f6fa08667543c70c8ffb26c631503d7d862867e0 (diff) | |
download | emacs-a4184c1c43796b9c33509f79a4b9031c54dadbca.tar.gz |
(BASE_PURESIZE): Increase to 750000.
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 ed8432ef668..abedce42c72 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 (725000 + SYSTEM_PURESIZE_EXTRA + SITELOAD_PURESIZE_EXTRA) +#define BASE_PURESIZE (750000 + SYSTEM_PURESIZE_EXTRA + SITELOAD_PURESIZE_EXTRA) #endif /* Increase BASE_PURESIZE by a ratio depending on the machine's word size. */ |