emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] emacs/src/s msdos.h


From: Eli Zaretskii
Subject: [Emacs-diffs] emacs/src/s msdos.h
Date: Fri, 06 Nov 2009 11:39:32 +0000

CVSROOT:        /cvsroot/emacs
Module name:    emacs
Changes by:     Eli Zaretskii <eliz>    09/11/06 11:39:32

Modified files:
        src/s          : msdos.h 

Log message:
        (SYSTEM_PURESIZE_EXTRA): Reduce by further 30K.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/emacs/src/s/msdos.h?cvsroot=emacs&r1=1.61&r2=1.62

Patches:
Index: msdos.h
===================================================================
RCS file: /cvsroot/emacs/emacs/src/s/msdos.h,v
retrieving revision 1.61
retrieving revision 1.62
diff -u -b -r1.61 -r1.62
--- msdos.h     30 Oct 2009 10:54:30 -0000      1.61
+++ msdos.h     6 Nov 2009 11:39:31 -0000       1.62
@@ -196,7 +196,7 @@
 /* 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 (-170000+140000)
+#define SYSTEM_PURESIZE_EXTRA (-200000+140000)
 #define LIBX11_SYSTEM -lxext -lsys
 #else
 /* We need a little extra space, see ../../lisp/loadup.el.
@@ -208,7 +208,7 @@
    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 (-170000+65000)
+#define SYSTEM_PURESIZE_EXTRA (-200000+65000)
 #endif
 
 /* Tell the garbage collector that setjmp is known to save all




reply via email to

[Prev in Thread] Current Thread [Next in Thread]