(STRING_TO_UNSIGNED): Remove.
authorJim Meyering <jim@meyering.net>
Sun, 18 Apr 1999 23:15:02 +0000 (23:15 +0000)
committerJim Meyering <jim@meyering.net>
Sun, 18 Apr 1999 23:15:02 +0000 (23:15 +0000)
(__strtol, __strtol_t, __xstrtol): New macros.

lib/xstrtoul.c

index 8194c1719235d63dc31217f30256b49f6f67486e..6140bbee2e441b33b9ea8e2e1ddc5c3531d6b7d6 100644 (file)
@@ -1,2 +1,4 @@
-#define STRING_TO_UNSIGNED 1
+#define __strtol strtoul
+#define __strtol_t unsigned long int
+#define __xstrtol xstrtoul
 #include "xstrtol.c"