__maskrune --> __istype

This commit is contained in:
Andrey A. Chernov 1997-09-25 23:10:38 +00:00
parent 80fd925122
commit 1284c1ad08
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=29856

View file

@ -178,5 +178,5 @@ int
digittoint(c) digittoint(c)
int c; int c;
{ {
return (__maskrune((c), 0xFF)); return (__istype((c), 0xFF));
} }