memmem: slight optimization
[pspp] / lib / imaxtostr.c
index 34ef96c4500968aad3d3972894dbd014d20ef274..d2a0429b0d3b682be78d827fa6f5cde91cbfe627 100644 (file)
@@ -1,4 +1,4 @@
-#define inttostr imaxtostr
+#define anytostr imaxtostr
 #define inttype intmax_t
 #define inttype_is_signed 1
-#include "inttostr.c"
+#include "anytostr.c"