changeset 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 4096dd633fe7
children a26162438677
files lib/xstrtoul.c
diffstat 1 files changed, 3 insertions(+), 1 deletions(-) [+]
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"