aboutsummaryrefslogtreecommitdiff
path: root/src/interp/g-opt.boot
diff options
context:
space:
mode:
Diffstat (limited to 'src/interp/g-opt.boot')
-rw-r--r--src/interp/g-opt.boot2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/interp/g-opt.boot b/src/interp/g-opt.boot
index 958f69d7..66aa756d 100644
--- a/src/interp/g-opt.boot
+++ b/src/interp/g-opt.boot
@@ -543,7 +543,7 @@ optCall (x is ['%call,:u]) ==
x.first := 'SPADCALL
x.rest := [:a,name]
x
- fn is ['%pair,['%function,op],env] =>
+ fn is ['%closure,['%function,op],env] =>
x.first := op
x.rest := [:a,env]
x