unistr/u8-chr, unistr/u8-strchr: Optimize and add comments.
[pspp] / lib / umaxtostr.c
index 4f49a7f8ddd94feccb302e62181092bbd0ebf077..7fd995084e76157d6cd60dae4dc0cbb3e4e7f7d9 100644 (file)
@@ -1,3 +1,4 @@
-#define inttostr umaxtostr
+#define anytostr umaxtostr
 #define inttype uintmax_t
-#include "inttostr.c"
+#define inttype_is_signed 0
+#include "anytostr.c"