Mercurial > hg > octave-kai > gnulib-hg
changeset 7508:43875a037a03
Remove unnecessary part of previous change.
author | Paul Eggert <eggert@cs.ucla.edu> |
---|---|
date | Mon, 16 Oct 2006 23:43:11 +0000 |
parents | bfd8f6c918c9 |
children | 8cdd1039e618 |
files | lib/fsusage.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lib/fsusage.c +++ b/lib/fsusage.c @@ -61,7 +61,7 @@ a uintmax_t value that is all 1 bits if X is all 1 bits, even if X is unsigned and narrower than uintmax_t. */ #define PROPAGATE_ALL_ONES(x) \ - ((sizeof (x) != sizeof (uintmax_t) \ + ((sizeof (x) < sizeof (uintmax_t) \ && (~ (x) == (sizeof (x) < sizeof (int) \ ? - (1 << (sizeof (x) * CHAR_BIT)) \ : 0))) \