aboutsummaryrefslogtreecommitdiff
path: root/src/interp/nrunfast.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/nrunfast.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/nrunfast.boot')
-rw-r--r--src/interp/nrunfast.boot10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/interp/nrunfast.boot b/src/interp/nrunfast.boot
index add8fb88..8a50582a 100644
--- a/src/interp/nrunfast.boot
+++ b/src/interp/nrunfast.boot
@@ -1,6 +1,6 @@
--- Copyright (c) 1991-2002, The Numerical ALgorithms Group Ltd.
+-- Copyright (c) 1991-2002, The Numerical Algorithms Group Ltd.
-- All rights reserved.
--- Copyright (C) 2007, Gabriel Dos Reis.
+-- Copyright (C) 2007-2008, Gabriel Dos Reis.
-- All rights reserved.
--
-- Redistribution and use in source and binary forms, with or without
@@ -15,7 +15,7 @@
-- the documentation and/or other materials provided with the
-- distribution.
--
--- - Neither the name of The Numerical ALgorithms Group Ltd. nor the
+-- - Neither the name of The Numerical Algorithms Group Ltd. nor the
-- names of its contributors may be used to endorse or promote products
-- derived from this software without specific prior written permission.
--
@@ -103,7 +103,7 @@ replaceGoGetSlot env ==
keyedSystemError("S2NR0001",[op,sig,goGetDomain.0])
if $monitorNewWorld then
sayLooking1(['"goget stuffing slot",:bright thisSlot,'"of "],thisDomain)
- SETELT(thisDomain,thisSlot,slot)
+ setShellEntry(thisDomain,thisSlot,slot)
if $monitorNewWorld then
sayLooking1('"<------",[CAR slot,:devaluate CDR slot])
slot
@@ -560,7 +560,7 @@ lazyDomainSet(lazyForm,thisDomain,slot) ==
sayLooking1(concat(form2String devaluate thisDomain,
'" activating lazy slot ",slot,'": "),slotDomain)
name := CAR form
- SETELT(thisDomain,slot,slotDomain)
+ setShellEntry(thisDomain,slot,slotDomain)
--=======================================================
-- HasCategory/Attribute