summaryrefslogtreecommitdiff
path: root/src/s
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>1995-11-21 07:47:43 +0000
committerRichard M. Stallman <rms@gnu.org>1995-11-21 07:47:43 +0000
commit6b5ad23595199b132e2ac5f1ed0174074a7f714a (patch)
treef878209bb9a6ac5ec97cb4219c79919c59f9c978 /src/s
parentc686d67aa7e20e7f124d2b4717cbb379f4bfc210 (diff)
downloademacs-6b5ad23595199b132e2ac5f1ed0174074a7f714a.tar.gz
(SYSTEM_PURESIZE_EXTRA): Increased.
Diffstat (limited to 'src/s')
-rw-r--r--src/s/msdos.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/s/msdos.h b/src/s/msdos.h
index 80b286a4d2f..0e1187ddf9d 100644
--- a/src/s/msdos.h
+++ b/src/s/msdos.h
@@ -234,5 +234,5 @@ You lose; /* Emacs for DOS must be compiled with DJGPP */
#define LIBX11_SYSTEM -lxext -lsys
#else
/* We need a little extra space, see ../../lisp/loadup.el */
-#define SYSTEM_PURESIZE_EXTRA 68000
+#define SYSTEM_PURESIZE_EXTRA 85000
#endif