projects
/
pspp
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
20f509f
)
(STRING_TO_UNSIGNED): Remove.
author
Jim Meyering
<jim@meyering.net>
Sun, 18 Apr 1999 23:15:02 +0000
(23:15 +0000)
committer
Jim Meyering
<jim@meyering.net>
Sun, 18 Apr 1999 23:15:02 +0000
(23:15 +0000)
(__strtol, __strtol_t, __xstrtol): New macros.
lib/xstrtoul.c
patch
|
blob
|
history
diff --git
a/lib/xstrtoul.c
b/lib/xstrtoul.c
index 8194c1719235d63dc31217f30256b49f6f67486e..6140bbee2e441b33b9ea8e2e1ddc5c3531d6b7d6 100644
(file)
--- 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"