This commit is contained in:
waldemar 1998-06-02 22:04:31 +00:00
Родитель 98a8734b81
Коммит a0636b8dd9
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -679,7 +679,7 @@ retry:
RETURN(TOK_ERROR); RETURN(TOK_ERROR);
c = GetChar(ts); c = GetChar(ts);
radix = 16; radix = 16;
} else if (JS7_ISDEC(c) && c < '8') { } else if (JS7_ISDEC(c)) {
radix = 8; radix = 8;
} }
} }