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 2c13097d..a1b91344 100644
--- a/src/interp/g-opt.boot
+++ b/src/interp/g-opt.boot
@@ -158,7 +158,7 @@ optCall (x is ["call",:u]) ==
if $QuickCode then RPLACA(fn,"QREFELT")
RPLAC(rest x,[:a,fn])
x
- systemErrorHere '"optCall"
+ systemErrorHere ['"optCall with", :bright x]
optCallSpecially(q,x,n,R) ==
y:= LASSOC(R,$specialCaseKeyList) => optSpecialCall(x,y,n)