diff options
Diffstat (limited to 'lib/libc/stdlib/strtouq.c')
-rw-r--r-- | lib/libc/stdlib/strtouq.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/lib/libc/stdlib/strtouq.c b/lib/libc/stdlib/strtouq.c index 1b59c4a..d5e992a 100644 --- a/lib/libc/stdlib/strtouq.c +++ b/lib/libc/stdlib/strtouq.c @@ -43,9 +43,6 @@ static char sccsid[] = "@(#)strtouq.c 8.1 (Berkeley) 6/4/93"; /* * Convert a string to an unsigned quad integer. - * - * Assumes that the upper and lower case - * alphabets and digits are each contiguous. */ u_quad_t strtouq(nptr, endptr, base) |