aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorGeoff Voelker1996-05-14 17:44:15 +0000
committerGeoff Voelker1996-05-14 17:44:15 +0000
commite3be3bfdfb080a6e7d01fc3ee996bfcddd8170c4 (patch)
treea408c7af54cbd0fb49591eb5777c0436d97500b1 /src
parentc0d6e0a978017d3a150272475da6c829aac47a09 (diff)
downloademacs-e3be3bfdfb080a6e7d01fc3ee996bfcddd8170c4.tar.gz
emacs-e3be3bfdfb080a6e7d01fc3ee996bfcddd8170c4.zip
(SYSTEM_PURESIZE_EXTRA): Macro defined.
Diffstat (limited to 'src')
-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. */
368#undef min 368#undef min
369#endif 369#endif
370 370
371/* We need a little extra space, see ../../lisp/loadup.el */
372#define SYSTEM_PURESIZE_EXTRA 15000
373
371/* ============================================================ */ 374/* ============================================================ */