also give a message on loading a floating-point function result
This commit is contained in:
parent
44d9a8b42d
commit
2dd3439f90
1 changed files with 3 additions and 0 deletions
|
@ -539,6 +539,9 @@ EVAL(expr, val, code, true_label, false_label)
|
||||||
else
|
else
|
||||||
C_lfr(ATW(tp->tp_size));
|
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 ??? */
|
/* ??? set filename and line number ??? */
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue