aboutsummaryrefslogtreecommitdiff
path: root/src/interp/g-opt.boot
diff options
context:
space:
mode:
authordos-reis <gdr@axiomatics.org>2011-02-24 06:31:46 +0000
committerdos-reis <gdr@axiomatics.org>2011-02-24 06:31:46 +0000
commit8e0d8383d1c9ee1ae269400dac75f185d465dcc1 (patch)
tree42a7409e3d4fc9bf10bc49f96cdea0c618314918 /src/interp/g-opt.boot
parentf2d31d8bc90b46e0c3373d2980cfa6f730148d1e (diff)
downloadopen-axiom-8e0d8383d1c9ee1ae269400dac75f185d465dcc1.tar.gz
small cleanups
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 cb4788a1..9ed6cf3a 100644
--- a/src/interp/g-opt.boot
+++ b/src/interp/g-opt.boot
@@ -270,7 +270,7 @@ optCall (x is ['%call,:u]) ==
x.first := 'SPADCALL
x.rest := [:a,name]
x
- fn is [q,R,n] and q in '(getShellEntry ELT QREFELT CONST) =>
+ fn is [q,R,n] and q in '(getShellEntry ELT CONST) =>
q = 'CONST => ['spadConstant,R,n]
emitIndirectCall(fn,a,x)
systemErrorHere ['optCall,x]