autoupdate
[pspp] / lib / imaxtostr.c
index 5e87ad526f50ffc3116757d5cdd0eefc85d4ae99..d2a0429b0d3b682be78d827fa6f5cde91cbfe627 100644 (file)
@@ -1,3 +1,4 @@
-#define inttostr imaxtostr
+#define anytostr imaxtostr
 #define inttype intmax_t
-#include "inttostr.c"
+#define inttype_is_signed 1
+#include "anytostr.c"