aboutsummaryrefslogtreecommitdiff
path: root/src/interp/compiler.boot
diff options
context:
space:
mode:
authordos-reis <gdr@axiomatics.org>2011-11-21 17:45:38 +0000
committerdos-reis <gdr@axiomatics.org>2011-11-21 17:45:38 +0000
commitccfc014767d89490db78605b6d7dfc26732b306f (patch)
tree0a6297baac3ac224a699f75977f0656555e188ed /src/interp/compiler.boot
parentef6b327bbe17984f85225b6654d0654e355453bc (diff)
downloadopen-axiom-ccfc014767d89490db78605b6d7dfc26732b306f.tar.gz
* interp/nruncomp.boot (getLocalIndex): Rename from NRTgetLocalIndex.
Adjust callers. * interp/compiler.boot: Adjust. * interp/define.boot: Likewise.
Diffstat (limited to 'src/interp/compiler.boot')
-rw-r--r--src/interp/compiler.boot2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/interp/compiler.boot b/src/interp/compiler.boot
index aecd95aa..6fcf6ace 100644
--- a/src/interp/compiler.boot
+++ b/src/interp/compiler.boot
@@ -439,7 +439,7 @@ compSymbol(s,m,e) ==
sameObject?(s,m) or isLiteral(s,e) => [quote s,s,e]
v := get(s,"value",e) =>
symbolMember?(s,$functorLocalParameters) =>
- NRTgetLocalIndex s
+ getLocalIndex s
[s,v.mode,e] --s will be replaced by an ELT form in beforeCompile
[s,v.mode,e] --s has been SETQd