# HG changeset patch # User Andreas Schwab # Date 1145189967 0 # Node ID 479ddf150263fdbe16304d3274a07b21277e6163 # Parent db4c2d467e9af35a85d5856ee103a5e038c55815 (PURESIZE_RATIO): Reduce to 10/6. diff -r db4c2d467e9a -r 479ddf150263 src/puresize.h --- a/src/puresize.h Sun Apr 16 02:17:00 2006 +0000 +++ b/src/puresize.h Sun Apr 16 12:19:27 2006 +0000 @@ -49,7 +49,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 9/5 /* Don't surround with `()'. */ +#define PURESIZE_RATIO 10/6 /* Don't surround with `()'. */ #else #define PURESIZE_RATIO 1 #endif