emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] emacs/src ChangeLog puresize.h


From: Dan Nicolaescu
Subject: [Emacs-diffs] emacs/src ChangeLog puresize.h
Date: Wed, 04 Nov 2009 06:31:45 +0000

CVSROOT:        /cvsroot/emacs
Module name:    emacs
Changes by:     Dan Nicolaescu <dann>   09/11/04 06:31:44

Modified files:
        src            : ChangeLog puresize.h 

Log message:
        (BASE_PURESIZE): Increase to 1620000.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/emacs/src/ChangeLog?cvsroot=emacs&r1=1.7835&r2=1.7836
http://cvs.savannah.gnu.org/viewcvs/emacs/src/puresize.h?cvsroot=emacs&r1=1.121&r2=1.122

Patches:
Index: ChangeLog
===================================================================
RCS file: /cvsroot/emacs/emacs/src/ChangeLog,v
retrieving revision 1.7835
retrieving revision 1.7836
diff -u -b -r1.7835 -r1.7836
--- ChangeLog   3 Nov 2009 21:34:59 -0000       1.7835
+++ ChangeLog   4 Nov 2009 06:31:42 -0000       1.7836
@@ -1,3 +1,7 @@
+2009-11-04  Dan Nicolaescu  <address@hidden>
+
+       * puresize.h (BASE_PURESIZE): Increase to 1620000.
+
 2009-11-03  Stefan Monnier  <address@hidden>
 
        * editfns.c (save_restriction_restore): Update the (pt/begv/vz)_markers

Index: puresize.h
===================================================================
RCS file: /cvsroot/emacs/emacs/src/puresize.h,v
retrieving revision 1.121
retrieving revision 1.122
diff -u -b -r1.121 -r1.122
--- puresize.h  30 Oct 2009 02:00:39 -0000      1.121
+++ puresize.h  4 Nov 2009 06:31:44 -0000       1.122
@@ -41,7 +41,7 @@
 #endif
 
 #ifndef BASE_PURESIZE
-#define BASE_PURESIZE (1470000 + SYSTEM_PURESIZE_EXTRA + 
SITELOAD_PURESIZE_EXTRA)
+#define BASE_PURESIZE (1620000 + SYSTEM_PURESIZE_EXTRA + 
SITELOAD_PURESIZE_EXTRA)
 #endif
 
 /* Increase BASE_PURESIZE by a ratio depending on the machine's word size.  */




reply via email to

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