fixed problem with D scale factor

This commit is contained in:
ceriel 1988-07-13 20:13:17 +00:00
parent 1cf834f731
commit 02154c02b2

View file

@ -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);