summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGeoff Voelker <voelker@cs.washington.edu>1996-05-14 17:44:15 +0000
committerGeoff Voelker <voelker@cs.washington.edu>1996-05-14 17:44:15 +0000
commit76e2a05f7616a4108db3d5519d7c72ef3f2a80c8 (patch)
treed4720ef86e4c4dfcefca84839baa1084979b8529
parent1190e903a5211007ede317a406da27d5608c27ca (diff)
downloademacs-76e2a05f7616a4108db3d5519d7c72ef3f2a80c8.tar.gz
(SYSTEM_PURESIZE_EXTRA): Macro defined.
-rw-r--r--src/s/ms-w32.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/s/ms-w32.h b/src/s/ms-w32.h
index 6162745a28d..2cc41ad095a 100644
--- a/src/s/ms-w32.h
+++ b/src/s/ms-w32.h
@@ -368,4 +368,7 @@ Boston, MA 02111-1307, USA. */
#undef min
#endif
+/* We need a little extra space, see ../../lisp/loadup.el */
+#define SYSTEM_PURESIZE_EXTRA 15000
+
/* ============================================================ */