diff options
author | Dave Love <fx@gnu.org> | 1999-10-04 15:47:14 +0000 |
---|---|---|
committer | Dave Love <fx@gnu.org> | 1999-10-04 15:47:14 +0000 |
commit | 379a510f6082fda1c6499d875319ca0ecc1ff158 (patch) | |
tree | ec6947e2a66f62d3cf8be9e6b5e5f06b3094042a /src/puresize.h | |
parent | 03eb0786fda3565aa8e8d8fea5a1c61d6de363b1 (diff) | |
download | emacs-379a510f6082fda1c6499d875319ca0ecc1ff158.tar.gz |
(BASE_PURESIZE): Increase to 525000.
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 183579d5687..5635907fc3c 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 (515000 + SYSTEM_PURESIZE_EXTRA + SITELOAD_PURESIZE_EXTRA) +#define BASE_PURESIZE (525000 + SYSTEM_PURESIZE_EXTRA + SITELOAD_PURESIZE_EXTRA) #endif /* Increase BASE_PURESIZE by a ratio depending on the machine's word size. */ |