Mercurial > emacs
diff src/puresize.h @ 70035:479ddf150263
(PURESIZE_RATIO): Reduce to 10/6.
| author | Andreas Schwab <schwab@suse.de> |
|---|---|
| date | Sun, 16 Apr 2006 12:19:27 +0000 |
| parents | 5c13d5389b51 |
| children | c314acf9c854 |
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
