wcwidth: Fix C++ test error on mingw.
[pspp] / lib / umaxtostr.c
index 75346a44f78876691c4ccf34fb3496cc3e7a7937..914f388d1b323d67486c1a9b478d4f6c2419efd2 100644 (file)
@@ -1,4 +1,4 @@
 #define inttostr umaxtostr
 #define inttype uintmax_t
-#define inttype_is_unsigned
+#define inttype_is_signed 0
 #include "inttostr.c"