projects
/
pspp
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2c7110f
)
Remove unnecessary part of previous change.
author
Paul Eggert
<eggert@cs.ucla.edu>
Mon, 16 Oct 2006 23:43:11 +0000
(23:43 +0000)
committer
Paul Eggert
<eggert@cs.ucla.edu>
Mon, 16 Oct 2006 23:43:11 +0000
(23:43 +0000)
lib/fsusage.c
patch
|
blob
|
history
diff --git
a/lib/fsusage.c
b/lib/fsusage.c
index 7d84a9ff7469896c69b1c7652759bbddc3f8c318..a305979bab2b8251bf3549ba6326e0c20c3e3098 100644
(file)
--- 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))) \