]> git.eshelyaron.com Git - emacs.git/commitdiff
(SYSTEM_PURESIZE_EXTRA): Macro defined.
authorGeoff Voelker <voelker@cs.washington.edu>
Tue, 14 May 1996 17:44:15 +0000 (17:44 +0000)
committerGeoff Voelker <voelker@cs.washington.edu>
Tue, 14 May 1996 17:44:15 +0000 (17:44 +0000)
src/s/ms-w32.h

index 6162745a28dbc37a7f03983404ae083cc77604ca..2cc41ad095a8c6d1302de2203d71c35f3b69e8ae 100644 (file)
@@ -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
+
 /* ============================================================ */