__maskrune --> __istype

This commit is contained in:
ache 1997-09-25 23:10:38 +00:00
parent a411894a17
commit 9021e21701

View File

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