From 950bfdf509d69b5c71a77c19ecb6ea5be2336016 Mon Sep 17 00:00:00 2001 From: ache Date: Wed, 28 Nov 2001 00:48:11 +0000 Subject: Understand national (non-ASCII) digits now Allow bases >=36 again Misc cleanup --- lib/libc/stdlib/strtoq.c | 3 --- 1 file changed, 3 deletions(-) (limited to 'lib/libc/stdlib/strtoq.c') 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) -- cgit v1.1