math: Fix some C++ test errors on Solaris 8.
[pspp] / lib / umaxtostr.c
index 4f49a7f8ddd94feccb302e62181092bbd0ebf077..914f388d1b323d67486c1a9b478d4f6c2419efd2 100644 (file)
@@ -1,3 +1,4 @@
 #define inttostr umaxtostr
 #define inttype uintmax_t
+#define inttype_is_signed 0
 #include "inttostr.c"