diff options
| author | Andreas Schwab | 2006-04-16 12:19:47 +0000 |
|---|---|---|
| committer | Andreas Schwab | 2006-04-16 12:19:47 +0000 |
| commit | 6a258a33e0d76d1f173fbb3afbf0bec5192fcd12 (patch) | |
| tree | 1afc196978bed490db7fce90f6705c96f62ce687 /src/puresize.h | |
| parent | 51fa34bc588ffe6b6d6d20791ffaa3a855873e13 (diff) | |
| download | emacs-6a258a33e0d76d1f173fbb3afbf0bec5192fcd12.tar.gz emacs-6a258a33e0d76d1f173fbb3afbf0bec5192fcd12.zip | |
(PURESIZE_RATIO): Reduce to 10/6.
Diffstat (limited to 'src/puresize.h')
| -rw-r--r-- | src/puresize.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/puresize.h b/src/puresize.h index c89ba6b0479..67e758ae799 100644 --- a/src/puresize.h +++ b/src/puresize.h | |||
| @@ -49,7 +49,7 @@ Boston, MA 02110-1301, USA. */ | |||
| 49 | /* Increase BASE_PURESIZE by a ratio depending on the machine's word size. */ | 49 | /* Increase BASE_PURESIZE by a ratio depending on the machine's word size. */ |
| 50 | #ifndef PURESIZE_RATIO | 50 | #ifndef PURESIZE_RATIO |
| 51 | #if BITS_PER_EMACS_INT > 32 | 51 | #if BITS_PER_EMACS_INT > 32 |
| 52 | #define PURESIZE_RATIO 9/5 /* Don't surround with `()'. */ | 52 | #define PURESIZE_RATIO 10/6 /* Don't surround with `()'. */ |
| 53 | #else | 53 | #else |
| 54 | #define PURESIZE_RATIO 1 | 54 | #define PURESIZE_RATIO 1 |
| 55 | #endif | 55 | #endif |