NetBSD-macppc ctype needs uchars.
This commit is contained in:
parent
94d85bc000
commit
3bd56b04a8
22 changed files with 55 additions and 56 deletions
|
|
@ -524,7 +524,7 @@ numsym(char first)
|
|||
if(first == '.')
|
||||
isfloat = 1;
|
||||
|
||||
if(isdigit(*p++) || isfloat) {
|
||||
if(isdigit((uchar)*p++) || isfloat) {
|
||||
for(;;) {
|
||||
c = lexc();
|
||||
if(c < 0)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue