fixed problem with D scale factor
This commit is contained in:
parent
1cf834f731
commit
02154c02b2
1 changed files with 1 additions and 0 deletions
|
@ -582,6 +582,7 @@ lexwarning(W_ORDINARY, "overflow in constant");
|
||||||
LoadChar(ch);
|
LoadChar(ch);
|
||||||
if (!(ch == '+' || ch == '-' || is_dig(ch)))
|
if (!(ch == '+' || ch == '-' || is_dig(ch)))
|
||||||
goto noscale;
|
goto noscale;
|
||||||
|
UnloadChar(ch);
|
||||||
}
|
}
|
||||||
if (np < &buf[NUMSIZE]) *np++ = 'E';
|
if (np < &buf[NUMSIZE]) *np++ = 'E';
|
||||||
LoadChar(ch);
|
LoadChar(ch);
|
||||||
|
|
Loading…
Reference in a new issue