aboutsummaryrefslogtreecommitdiff
path: root/src/interp/nruncomp.boot
diff options
context:
space:
mode:
authordos-reis <gdr@axiomatics.org>2011-02-24 10:19:03 +0000
committerdos-reis <gdr@axiomatics.org>2011-02-24 10:19:03 +0000
commit04608dfa938b011bce60031e7eccfb6cb67c2ced (patch)
tree42d1bcfd9440483f28fffa6126bbe9193ccdbc79 /src/interp/nruncomp.boot
parent654d295a347b5d262f2fced49c4f010428ee207e (diff)
downloadopen-axiom-04608dfa938b011bce60031e7eccfb6cb67c2ced.tar.gz
Cleanup long standing confusion
Diffstat (limited to 'src/interp/nruncomp.boot')
-rw-r--r--src/interp/nruncomp.boot2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/interp/nruncomp.boot b/src/interp/nruncomp.boot
index 0fc885c5..d98c966f 100644
--- a/src/interp/nruncomp.boot
+++ b/src/interp/nruncomp.boot
@@ -688,7 +688,7 @@ NRTputInHead bod ==
bod is ['SPADCALL,:args,fn] =>
NRTputInTail rest bod --NOTE: args = COPY of rest bod
-- The following test allows function-returning expressions
- fn is [elt,dom,ind] and dom ~='$ and elt in '(getShellEntry ELT CONST) =>
+ fn is [elt,dom,ind] and dom ~='$ and elt in '(ELT CONST) =>
k := NRTassocIndex dom => lastNode(bod).first := ['%vref,'_$,k]
nil
NRTputInHead fn