diff options
-rw-r--r-- | src/s/msdos.h | 2 |
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 |