also give a message on loading a floating-point function result

This commit is contained in:
eck 1990-02-28 15:32:07 +00:00
parent 44d9a8b42d
commit 2dd3439f90

View file

@ -539,6 +539,9 @@ EVAL(expr, val, code, true_label, false_label)
else
C_lfr(ATW(tp->tp_size));
}
if (tp->tp_fund == FLOAT || tp->tp_fund == DOUBLE
|| tp->tp_fund == LNGDBL)
fp_used = 1;
/* ??? set filename and line number ??? */
break;
}