mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-12-17 10:06:13 +00:00
(SYSTEM_PURESIZE_EXTRA): Reduce to 50000.
This commit is contained in:
parent
e6fb24ad2d
commit
9d45f16bb6
@ -266,7 +266,7 @@ 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 60000
|
||||
#define SYSTEM_PURESIZE_EXTRA 50000
|
||||
#endif
|
||||
|
||||
/* Tell the garbage collector that setjmp is known to save all
|
||||
|
Loading…
Reference in New Issue
Block a user