mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-26 23:31:55 -08:00
(SYSTEM_PURESIZE_EXTRA): Reduce to 40000.
This commit is contained in:
parent
809f3d5188
commit
740e985fb0
2 changed files with 4 additions and 2 deletions
|
|
@ -1,4 +1,6 @@
|
|||
Mon Dec 6 18:54:04 1999 Eli Zaretskii <eliz@is.elta.co.il>
|
||||
1999-12-06 Eli Zaretskii <eliz@is.elta.co.il>
|
||||
|
||||
* s/msdos.h (SYSTEM_PURESIZE_EXTRA): Reduce to 40000.
|
||||
|
||||
* insdel.c (adjust_markers_for_delete): Fix last change.
|
||||
|
||||
|
|
|
|||
|
|
@ -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 85000
|
||||
#define SYSTEM_PURESIZE_EXTRA 40000
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue