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: Fri, 23 Oct 2009 17:56:08 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Changes by:     Andreas Schwab <schwab> 09/10/23 17:56:08

Modified files:
        src            : ChangeLog puresize.h 

Log message:
        (PURESIZE_RATIO): Decrease to 11/7.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/emacs/src/ChangeLog?cvsroot=emacs&r1=1.7816&r2=1.7817
http://cvs.savannah.gnu.org/viewcvs/emacs/src/puresize.h?cvsroot=emacs&r1=1.118&r2=1.119

Patches:
Index: ChangeLog
===================================================================
RCS file: /sources/emacs/emacs/src/ChangeLog,v
retrieving revision 1.7816
retrieving revision 1.7817
diff -u -b -r1.7816 -r1.7817
--- ChangeLog   23 Oct 2009 17:52:56 -0000      1.7816
+++ ChangeLog   23 Oct 2009 17:56:06 -0000      1.7817
@@ -1,3 +1,7 @@
+2009-10-23  Andreas Schwab  <address@hidden>
+
+       * puresize.h (PURESIZE_RATIO): Decrease to 11/7.
+
 2009-10-23  Chong Yidong  <address@hidden>
 
        * window.c (Fwindow_edges, Fwindow_pixel_edges)

Index: puresize.h
===================================================================
RCS file: /sources/emacs/emacs/src/puresize.h,v
retrieving revision 1.118
retrieving revision 1.119
diff -u -b -r1.118 -r1.119
--- puresize.h  23 Oct 2009 05:15:32 -0000      1.118
+++ puresize.h  23 Oct 2009 17:56:08 -0000      1.119
@@ -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 10/6    /* Don't surround with `()'. */
+#define PURESIZE_RATIO 11/7    /* Don't surround with `()'. */
 #else
 #define PURESIZE_RATIO 1
 #endif




reply via email to

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