(SYSTEM_PURESIZE_EXTRA): Decrease to 10000.
This commit is contained in:
parent
41b3bdd3c4
commit
d64d5ff59e
2 changed files with 9 additions and 3 deletions
|
@ -1,3 +1,7 @@
|
|||
2008-10-10 Eli Zaretskii <eliz@gnu.org>
|
||||
|
||||
* s/msdos.h (SYSTEM_PURESIZE_EXTRA): Decrease to 10000.
|
||||
|
||||
2008-10-09 Eli Zaretskii <eliz@gnu.org>
|
||||
|
||||
* frame.c (make_terminal_frame) [MSDOS]: Remove unused #ifdef'ed
|
||||
|
|
|
@ -193,12 +193,14 @@ You lose; /* Emacs for DOS must be compiled with DJGPP */
|
|||
|
||||
/* Define one of these for easier conditionals. */
|
||||
#ifdef HAVE_X_WINDOWS
|
||||
/* We need a little extra space, see ../../lisp/loadup.el */
|
||||
/* We need a little extra space, see ../../lisp/loadup.el. */
|
||||
#define SYSTEM_PURESIZE_EXTRA 15000
|
||||
#define LIBX11_SYSTEM -lxext -lsys
|
||||
#else
|
||||
/* We need a little extra space, see ../../lisp/loadup.el */
|
||||
#define SYSTEM_PURESIZE_EXTRA 100000
|
||||
/* We may need a little extra space, see ../../lisp/loadup.el. As of
|
||||
20081010, 1193600 bytes are used at dump time, which is even less
|
||||
than BASE_PURESIZE. So the extra below is just paranoia. */
|
||||
#define SYSTEM_PURESIZE_EXTRA 10000
|
||||
#endif
|
||||
|
||||
/* Tell the garbage collector that setjmp is known to save all
|
||||
|
|
Loading…
Add table
Reference in a new issue