aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/interp/g-util.boot2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/interp/g-util.boot b/src/interp/g-util.boot
index 284a7e98..89d2ebf4 100644
--- a/src/interp/g-util.boot
+++ b/src/interp/g-util.boot
@@ -228,7 +228,7 @@ expandPeq ['%peq,x,y] ==
['EQ,expandToVMForm x, expandToVMForm y]
expandBefore? ['%before?,x,y] ==
- ['GGREATER,expandToVMForm y,expandToVMForm x]
+ ['GGREATERP,expandToVMForm y,expandToVMForm x]
-- Integer operations
expandIneg ['%ineg,x] ==