(digits): Remove; subsumed by new ISDIGIT.
authorJim Meyering <jim@meyering.net>
Sat, 14 Dec 1996 05:22:17 +0000 (05:22 +0000)
committerJim Meyering <jim@meyering.net>
Sat, 14 Dec 1996 05:22:17 +0000 (05:22 +0000)
commitf0fa287b4f4e0461bc5999748b72fa1f8c25bdd4
treeda4c0a0cc341507555bacebe3b438e3582e3b40b
parent4ecb3b28f1ca63755f232e0681d5c9ba1c9fbc90
(digits): Remove; subsumed by new ISDIGIT.
(inittables): Remove initialization of `digits'.
(fraccompare, numcompare, main): Use ISDIGIT (x) instead of digits[x].
(fraccompare, numcompare): Avoid casts to unsigned char that are no
longer needed.
src/sort.c