diff options
author | Gerd Moellmann <gerd@gnu.org> | 1999-07-21 21:43:52 +0000 |
---|---|---|
committer | Gerd Moellmann <gerd@gnu.org> | 1999-07-21 21:43:52 +0000 |
commit | d70392acd44d4a040c05aed7c4175944525e266c (patch) | |
tree | 0c87d2af5827e6796e2945952e8d8c6f4af04e7f /src/puresize.h | |
parent | 9c856db9d285755632fb5bb9465cd5bdffe5b319 (diff) | |
download | emacs-d70392acd44d4a040c05aed7c4175944525e266c.tar.gz emacs-d70392acd44d4a040c05aed7c4175944525e266c.tar.bz2 emacs-d70392acd44d4a040c05aed7c4175944525e266c.zip |
(BASE_PURESIZE): Increased.
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 23f35559c47..183579d5687 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 (505000 + SYSTEM_PURESIZE_EXTRA + SITELOAD_PURESIZE_EXTRA) +#define BASE_PURESIZE (515000 + SYSTEM_PURESIZE_EXTRA + SITELOAD_PURESIZE_EXTRA) #endif /* Increase BASE_PURESIZE by a ratio depending on the machine's word size. */ |