aboutsummaryrefslogtreecommitdiff
path: root/src/interp/g-util.boot
diff options
context:
space:
mode:
Diffstat (limited to 'src/interp/g-util.boot')
-rw-r--r--src/interp/g-util.boot2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/interp/g-util.boot b/src/interp/g-util.boot
index d949a6fb..3e86213c 100644
--- a/src/interp/g-util.boot
+++ b/src/interp/g-util.boot
@@ -286,6 +286,8 @@ for x in [
['%float?,:'FLOATP],
-- binary float operations.
['%fadd, :"+"],
+ ['%fdiv, :"/"],
+ ['%feq, :"="],
['%fge, :">="],
['%fgt, :">"],
['%fle, :"<="],