aboutsummaryrefslogtreecommitdiff
path: root/src/interp/functor.boot
diff options
context:
space:
mode:
authordos-reis <gdr@axiomatics.org>2011-11-24 20:22:29 +0000
committerdos-reis <gdr@axiomatics.org>2011-11-24 20:22:29 +0000
commit9bf4d34f20b79b051730cf9536d08a8c07c54b02 (patch)
tree12b33b579a7a218edacb44f8c2da62d1f468410e /src/interp/functor.boot
parentfdffee8492600045e35fc54c3379e559c66f8d19 (diff)
downloadopen-axiom-9bf4d34f20b79b051730cf9536d08a8c07c54b02.tar.gz
* interp/define.boot: Tidy.
* interp/functor.boot: Likewise. * interp/g-util.boot: Likewise. * interp/slam.boot: Likewise. * interp/topics.boot: Likewise. * interp/trace.boot: Likewise.
Diffstat (limited to 'src/interp/functor.boot')
-rw-r--r--src/interp/functor.boot2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/interp/functor.boot b/src/interp/functor.boot
index 35737a60..1cf807a9 100644
--- a/src/interp/functor.boot
+++ b/src/interp/functor.boot
@@ -473,7 +473,7 @@ DescendCode(db,code,flag,viewAssoc,e) ==
code is ['CodeDefine,sig,implem] =>
--Generated by doIt in COMPILER BOOT
dom :=
- u := LASSOC('$,viewAssoc) => ['getDomainView,'$,u]
+ u := symbolTarget('$,viewAssoc) => ['getDomainView,'$,u]
'$
body:= ['CONS,implem,dom]
u := SetFunctionSlots(sig,body,flag,'original)