aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorRichard M. Stallman1995-11-21 07:47:43 +0000
committerRichard M. Stallman1995-11-21 07:47:43 +0000
commitc52d98496d25136334d214f23850eda67712dc13 (patch)
tree1e9bc237b80955ae58cb9f8663f3ad5e902a735a /src
parentb3d5621c9b2e3139bb3679f38a9f098b8e431b30 (diff)
downloademacs-c52d98496d25136334d214f23850eda67712dc13.tar.gz
emacs-c52d98496d25136334d214f23850eda67712dc13.zip
(SYSTEM_PURESIZE_EXTRA): Increased.
Diffstat (limited to 'src')
-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 */
234#define LIBX11_SYSTEM -lxext -lsys 234#define LIBX11_SYSTEM -lxext -lsys
235#else 235#else
236/* We need a little extra space, see ../../lisp/loadup.el */ 236/* We need a little extra space, see ../../lisp/loadup.el */
237#define SYSTEM_PURESIZE_EXTRA 68000 237#define SYSTEM_PURESIZE_EXTRA 85000
238#endif 238#endif