* lib/getopt_.h: Fix comments.
[gnulib.git] / lib / fsusage.c
index c9721ca..a305979 100644 (file)
@@ -65,7 +65,7 @@
     && (~ (x) == (sizeof (x) < sizeof (int) \
                  ? - (1 << (sizeof (x) * CHAR_BIT)) \
                  : 0))) \
-   ? UINTMAX_MAX : (x))
+   ? UINTMAX_MAX : (uintmax_t) (x))
 
 /* Extract the top bit of X as an uintmax_t value.  */
 #define EXTRACT_TOP_BIT(x) ((x) \