diff lib/xstrtoul.c @ 1780:81038bec009c

(STRING_TO_UNSIGNED): Remove. (__strtol, __strtol_t, __xstrtol): New macros.
author Jim Meyering <jim@meyering.net>
date Sun, 18 Apr 1999 23:15:02 +0000
parents 168ae913a7e2
children 33e8f958b651
line wrap: on
line diff
--- a/lib/xstrtoul.c
+++ b/lib/xstrtoul.c
@@ -1,2 +1,4 @@
-#define STRING_TO_UNSIGNED 1
+#define __strtol strtoul
+#define __strtol_t unsigned long int
+#define __xstrtol xstrtoul
 #include "xstrtol.c"