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 3b9976f2..c7dba6e2 100644
--- a/src/interp/g-opt.boot
+++ b/src/interp/g-opt.boot
@@ -235,7 +235,7 @@ optSpecialCall(x,y,n) ==
emitIndirectCall(fn,a,x)
compileTimeBindingOf u ==
- NULL(name:= BPINAME u) => keyedSystemError("S2OO0001",[u])
+ null(name:= BPINAME u) => keyedSystemError("S2OO0001",[u])
name="Undef" => MOAN "optimiser found unknown function"
name