Include strtoimax.c, not strtouxmax.c.
authorJim Meyering <jim@meyering.net>
Fri, 31 Aug 2001 09:39:10 +0000 (09:39 +0000)
committerJim Meyering <jim@meyering.net>
Fri, 31 Aug 2001 09:39:10 +0000 (09:39 +0000)
lib/strtoumax.c

index c89537e..dc395d6 100644 (file)
@@ -1,2 +1,2 @@
-#define STRTOUXMAX_UNSIGNED
-#include "strtoxmax.c"
+#define UNSIGNED 1
+#include "strtoimax.c"