idpriv-drop: Fix tests.
[gnulib.git] / lib / uinttostr.c
index d6fc964..21fa376 100644 (file)
@@ -1,4 +1,4 @@
-#define inttostr uinttostr
+#define anytostr uinttostr
 #define inttype unsigned int
-#define inttype_is_unsigned
-#include "inttostr.c"
+#define inttype_is_signed 0
+#include "anytostr.c"