aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorGabriel Dos Reis <gdr@axiomatics.org>2015-12-28 21:51:45 -0800
committerGabriel Dos Reis <gdr@axiomatics.org>2015-12-28 21:51:45 -0800
commit0cb4834d923450c2324232954505b52f9e7053f0 (patch)
treed4fa6b253cabe5eb09afd1f3f9450f9d500fe6fa /src
parent687bef6eb89db2a2d84ddc96bf9fb8efdf1546d7 (diff)
downloadopen-axiom-0cb4834d923450c2324232954505b52f9e7053f0.tar.gz
stuffSlot: Take the function directly from getLookupFun.
Diffstat (limited to 'src')
-rw-r--r--src/interp/nruncomp.boot5
1 files changed, 1 insertions, 4 deletions
diff --git a/src/interp/nruncomp.boot b/src/interp/nruncomp.boot
index ab55362d..118fe6b4 100644
--- a/src/interp/nruncomp.boot
+++ b/src/interp/nruncomp.boot
@@ -389,10 +389,7 @@ stuffSlot(dollar,i,item) ==
stuffDomainSlots dollar ==
domname := devaluate dollar
infovec := property(opOf domname,'infovec)
- lookupFunction := getLookupFun infovec
- lookupFunction :=
- lookupFunction is 'lookupIncomplete => function lookupIncomplete
- function lookupComplete
+ lookupFunction := symbolFunction getLookupFun infovec
template := infovec.0
if vectorRef(template,5) then
stuffSlot(dollar,5,vectorRef(template,5))