summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>1996-09-11 19:04:17 +0000
committerRichard M. Stallman <rms@gnu.org>1996-09-11 19:04:17 +0000
commitdd022f3075c09d70cdc8c084388f5065a6397979 (patch)
tree4038cbdf35efcf2eb3cfe04e0765de55f574711c
parent4edcd311fdff4bad93fa972e031d1c9449a9bedb (diff)
downloademacs-dd022f3075c09d70cdc8c084388f5065a6397979.tar.gz
(BASE_PURESIZE): Increased.
-rw-r--r--src/puresize.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/puresize.h b/src/puresize.h
index f413ecbf4f7..5ce857203ec 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 (325000 + SYSTEM_PURESIZE_EXTRA + SITELOAD_PURESIZE_EXTRA)
+#define BASE_PURESIZE (350000 + SYSTEM_PURESIZE_EXTRA + SITELOAD_PURESIZE_EXTRA)
#endif
/* Increase BASE_PURESIZE by a ratio depending on the machine's word size. */