also give a message on loading a floating-point function result
authoreck <none@none>
Wed, 28 Feb 1990 15:32:07 +0000 (15:32 +0000)
committereck <none@none>
Wed, 28 Feb 1990 15:32:07 +0000 (15:32 +0000)
lang/cem/cemcom.ansi/eval.c

index 8c0173c..3a59b9c 100644 (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;
                }