NetBSD-macppc ctype needs uchars.
This commit is contained in:
parent
94d85bc000
commit
3bd56b04a8
22 changed files with 55 additions and 56 deletions
|
|
@ -24,7 +24,7 @@ strtoullsuf(char *p, char **pp, int rad, u64int *u)
|
|||
{
|
||||
u64int v;
|
||||
|
||||
if(!isdigit(*p))
|
||||
if(!isdigit((uchar)*p))
|
||||
return -1;
|
||||
v = strtoull(p, &p, rad);
|
||||
switch(*p){
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue