Mercurial > emacs
changeset 70035:479ddf150263
(PURESIZE_RATIO): Reduce to 10/6.
author | Andreas Schwab <schwab@suse.de> |
---|---|
date | Sun, 16 Apr 2006 12:19:27 +0000 |
parents | db4c2d467e9a |
children | f324bc9cc79b |
files | src/puresize.h |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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