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