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