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: Andreas Schwab
Subject: [Emacs-diffs] emacs/src ChangeLog puresize.h
Date: Mon, 26 Oct 2009 10:39:43 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Changes by:     Andreas Schwab <schwab> 09/10/26 10:39:42

Modified files:
        src            : ChangeLog puresize.h 

Log message:
        (PURESIZE_RATIO): Increase back to 10/6.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/emacs/src/ChangeLog?cvsroot=emacs&r1=1.7826&r2=1.7827
http://cvs.savannah.gnu.org/viewcvs/emacs/src/puresize.h?cvsroot=emacs&r1=1.119&r2=1.120

Patches:
Index: ChangeLog
===================================================================
RCS file: /sources/emacs/emacs/src/ChangeLog,v
retrieving revision 1.7826
retrieving revision 1.7827
diff -u -b -r1.7826 -r1.7827
--- ChangeLog   26 Oct 2009 10:04:37 -0000      1.7826
+++ ChangeLog   26 Oct 2009 10:39:41 -0000      1.7827
@@ -1,3 +1,7 @@
+2009-10-26  Andreas Schwab  <address@hidden>
+
+       * puresize.h (PURESIZE_RATIO): Increase back to 10/6.
+
 2009-10-26  Juanma Barranquero  <address@hidden>
 
        * window.c (grow_mini_window): Comment out "delta >= 0" assertion.

Index: puresize.h
===================================================================
RCS file: /sources/emacs/emacs/src/puresize.h,v
retrieving revision 1.119
retrieving revision 1.120
diff -u -b -r1.119 -r1.120
--- puresize.h  23 Oct 2009 17:56:08 -0000      1.119
+++ puresize.h  26 Oct 2009 10:39:42 -0000      1.120
@@ -47,7 +47,7 @@
 /* Increase BASE_PURESIZE by a ratio depending on the machine's word size.  */
 #ifndef PURESIZE_RATIO
 #if BITS_PER_EMACS_INT > 32
-#define PURESIZE_RATIO 11/7    /* Don't surround with `()'. */
+#define PURESIZE_RATIO 10/6    /* Don't surround with `()'. */
 #else
 #define PURESIZE_RATIO 1
 #endif




reply via email to

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