summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>1997-07-19 07:29:46 +0000
committerRichard M. Stallman <rms@gnu.org>1997-07-19 07:29:46 +0000
commit4a5d6e2249d39cc6b218bd1dbdde55877200d266 (patch)
tree2f0a78e2049eafa5e5235b78047c0c6ba3fda03e
parentd0cfe41c1796d5507de4e169bc30a92ba8a82070 (diff)
downloademacs-4a5d6e2249d39cc6b218bd1dbdde55877200d266.tar.gz
(BASE_PURESIZE): Increased to 410000.
-rw-r--r--src/puresize.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/puresize.h b/src/puresize.h
index 7e3d9afad06..bbee74f5e0b 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 (400000 + SYSTEM_PURESIZE_EXTRA + SITELOAD_PURESIZE_EXTRA)
+#define BASE_PURESIZE (410000 + SYSTEM_PURESIZE_EXTRA + SITELOAD_PURESIZE_EXTRA)
#endif
/* Increase BASE_PURESIZE by a ratio depending on the machine's word size. */