projects
/
pspp
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9deec7d
)
Fix typo in decl of strtoul: s/long long/long/.
author
Jim Meyering
<jim@meyering.net>
Sun, 27 Feb 2000 18:45:29 +0000
(18:45 +0000)
committer
Jim Meyering
<jim@meyering.net>
Sun, 27 Feb 2000 18:45:29 +0000
(18:45 +0000)
lib/strtoumax.c
patch
|
blob
|
history
diff --git
a/lib/strtoumax.c
b/lib/strtoumax.c
index 1041b99c57706a43d48e3752b1a5100dee76a07f..125e087f9d5f0b23411ee6ef181f7145fe9d4aaa 100644
(file)
--- a/
lib/strtoumax.c
+++ b/
lib/strtoumax.c
@@
-41,7
+41,7
@@
"this configure-time declaration test was not run"
#endif
#if !HAVE_DECL_STRTOUL
-unsigned long
long
strtoul PARAMS ((char const *, char **, int));
+unsigned long strtoul PARAMS ((char const *, char **, int));
#endif
#ifndef HAVE_DECL_STRTOULL