summaryrefslogtreecommitdiff
path: root/src/puresize.h
diff options
context:
space:
mode:
authorGerd Moellmann <gerd@gnu.org>1999-07-21 21:43:52 +0000
committerGerd Moellmann <gerd@gnu.org>1999-07-21 21:43:52 +0000
commitd70392acd44d4a040c05aed7c4175944525e266c (patch)
tree0c87d2af5827e6796e2945952e8d8c6f4af04e7f /src/puresize.h
parent9c856db9d285755632fb5bb9465cd5bdffe5b319 (diff)
downloademacs-d70392acd44d4a040c05aed7c4175944525e266c.tar.gz
emacs-d70392acd44d4a040c05aed7c4175944525e266c.tar.bz2
emacs-d70392acd44d4a040c05aed7c4175944525e266c.zip
(BASE_PURESIZE): Increased.
Diffstat (limited to 'src/puresize.h')
-rw-r--r--src/puresize.h2
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. */