mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-02-16 17:24:23 +00:00
(SYSTEM_PURESIZE_EXTRA): Revert last change.
This commit is contained in:
parent
dc92c039bc
commit
241c4680c9
2 changed files with 8 additions and 2 deletions
|
|
@ -1,3 +1,9 @@
|
|||
2009-11-13 Eli Zaretskii <eliz@gnu.org>
|
||||
|
||||
* menu.c (Fx_popup_menu): Call Fx_hide_tip only if HAVE_WINDOW_SYSTEM.
|
||||
|
||||
* s/msdos.h (SYSTEM_PURESIZE_EXTRA): Revert last change.
|
||||
|
||||
2009-11-12 Stefan Monnier <monnier@iro.umontreal.ca>
|
||||
|
||||
* xdisp.c (syms_of_xdisp): Fix typo in last change.
|
||||
|
|
|
|||
|
|
@ -196,7 +196,7 @@ You lose; /* Emacs for DOS must be compiled with DJGPP */
|
|||
/* We need a little extra space, see ../../lisp/loadup.el and the
|
||||
commentary below, in the non-X branch. The 140KB number was
|
||||
measured on GNU/Linux and on MS-WIndows. */
|
||||
#define SYSTEM_PURESIZE_EXTRA (-200000+140000)
|
||||
#define SYSTEM_PURESIZE_EXTRA (-170000+140000)
|
||||
#define LIBX11_SYSTEM -lxext -lsys
|
||||
#else
|
||||
/* We need a little extra space, see ../../lisp/loadup.el.
|
||||
|
|
@ -208,7 +208,7 @@ You lose; /* Emacs for DOS must be compiled with DJGPP */
|
|||
directory tree). Given the unknown policy of different DPMI
|
||||
hosts regarding loading of untouched pages, I'm not going to risk
|
||||
enlarging Emacs footprint by another 100+ KBytes. */
|
||||
#define SYSTEM_PURESIZE_EXTRA (-200000+65000)
|
||||
#define SYSTEM_PURESIZE_EXTRA (-170000+65000)
|
||||
#endif
|
||||
|
||||
/* Tell the garbage collector that setjmp is known to save all
|
||||
|
|
|
|||
Loading…
Reference in a new issue