]> code.delx.au - gnu-emacs/commitdiff
(PURESIZE_RATIO): Reduce to 10/6.
authorAndreas Schwab <schwab@suse.de>
Sun, 16 Apr 2006 12:19:47 +0000 (12:19 +0000)
committerAndreas Schwab <schwab@suse.de>
Sun, 16 Apr 2006 12:19:47 +0000 (12:19 +0000)
src/ChangeLog
src/puresize.h

index b7b0c5bbc5b29d3d6a391db91416fedcc8bedd56..432e0915cb3a58eeefe9f26139f6adcf40232aa3 100644 (file)
@@ -1,3 +1,7 @@
+2006-04-16  Andreas Schwab  <schwab@suse.de>
+
+       * puresize.h (PURESIZE_RATIO): Reduce to 10/6.
+
 2006-04-15  Romain Francoise  <romain@orebokech.com>
 
        * puresize.h (BASE_PURESIZE): Increment to 1210000.
index c89ba6b047919e8a690271ca5603292a1ebd7b94..67e758ae799e59105d53cae85e0c95546f4fbb47 100644 (file)
@@ -49,7 +49,7 @@ Boston, MA 02110-1301, USA.  */
 /* 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 9/5     /* Don't surround with `()'. */
+#define PURESIZE_RATIO 10/6    /* Don't surround with `()'. */
 #else
 #define PURESIZE_RATIO 1
 #endif