aboutsummaryrefslogtreecommitdiffstats
path: root/src/s/msdos.h
diff options
context:
space:
mode:
authorEli Zaretskii <[email protected]>2000-02-03 10:10:38 +0000
committerEli Zaretskii <[email protected]>2000-02-03 10:10:38 +0000
commit649351f90fbc89abb2f107a479d8474ab8371a50 (patch)
tree2af2adc1bcf8b45813930ff0c8ccdcf4aafe2d7e /src/s/msdos.h
parentf1b9c7c1ce775f54c5a32c9c80c09584ccb3d7ca (diff)
(SYSTEM_PURESIZE_EXTRA): Enlarge to 60000.
Diffstat (limited to 'src/s/msdos.h')
-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 0a1f68bb29..358b0d9251 100644
--- a/src/s/msdos.h
+++ b/src/s/msdos.h
@@ -266,5 +266,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 40000
+#define SYSTEM_PURESIZE_EXTRA 60000
#endif