aboutsummaryrefslogtreecommitdiff
path: root/src/interp/nrungo.boot
diff options
context:
space:
mode:
authordos-reis <gdr@axiomatics.org>2008-04-07 18:26:13 +0000
committerdos-reis <gdr@axiomatics.org>2008-04-07 18:26:13 +0000
commit037f73f6e660f51447886aff6d0a60c122bd8507 (patch)
tree3fed0b2cf9e57d12b4271635672b725cb758cbd6 /src/interp/nrungo.boot
parentda9f79f1d47983d726e90858f85b074dc88d0866 (diff)
downloadopen-axiom-037f73f6e660f51447886aff6d0a60c122bd8507.tar.gz
* interp/i-analy.boot (pushDownOp?): Use setShellEntry.
* interp/nrunfast.boot (replaceGoGetSlot): Likewise. (lazyDomainSet): Likewise. * interp/nrungo.boot (goGet): Likewise.
Diffstat (limited to 'src/interp/nrungo.boot')
-rw-r--r--src/interp/nrungo.boot2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/interp/nrungo.boot b/src/interp/nrungo.boot
index 8647f6f9..e9228806 100644
--- a/src/interp/nrungo.boot
+++ b/src/interp/nrungo.boot
@@ -105,7 +105,7 @@ goGet(:l) ==
fn:= basicLookup(op,sig,lookupDomain,dollar)
fn = nil => keyedSystemError("S2NR0001",[op,sig,lookupDomain.0])
val:= APPLY(first fn,[:arglist,rest fn])
- SETELT(thisDomain,index,fn)
+ setShellEntry(thisDomain,index,fn)
val
NRTreplaceLocalTypes(t,dom) ==