aboutsummaryrefslogtreecommitdiff
path: root/src/algebra/strap/LIST.lsp
diff options
context:
space:
mode:
authordos-reis <gdr@axiomatics.org>2011-02-24 18:06:28 +0000
committerdos-reis <gdr@axiomatics.org>2011-02-24 18:06:28 +0000
commit1f68c8c90efaf97535bfc1bfc99cad368213870e (patch)
treeb58a560a5e83f5dc73b3e5443e3a8bcabf5d0f19 /src/algebra/strap/LIST.lsp
parent04608dfa938b011bce60031e7eccfb6cb67c2ced (diff)
downloadopen-axiom-1f68c8c90efaf97535bfc1bfc99cad368213870e.tar.gz
* interp/sys-macros.lisp (shellEntry): New.
* interp/g-util.boot (setShellEntry): Remove. * interp/compiler.boot: Use %store to %tref forms instead of setHSellEntry. * interp/define.boot: Likewise. * interp/functor.boot: Likewise. * interp/nruncomp.boot: Likewise. * interp/nrunfast.boot: Likewise. * interp/showimp.boot: Likewise. * interp/c-util.boot (isSimple): Tidy. (isSideEffectFree): Likewise. (updateCapsuleDirectory): Likewise.
Diffstat (limited to 'src/algebra/strap/LIST.lsp')
-rw-r--r--src/algebra/strap/LIST.lsp39
1 files changed, 20 insertions, 19 deletions
diff --git a/src/algebra/strap/LIST.lsp b/src/algebra/strap/LIST.lsp
index 356679c0..eb9c9390 100644
--- a/src/algebra/strap/LIST.lsp
+++ b/src/algebra/strap/LIST.lsp
@@ -220,35 +220,36 @@
(|HasCategory| |#1|
(LIST '|Evalable|
(|devaluate| |#1|))))))))
- (|setShellEntry| $ 0 |dv$|)
- (|setShellEntry| $ 3 |pv$|)
+ (SETF (|shellEntry| $ 0) |dv$|)
+ (SETF (|shellEntry| $ 3) |pv$|)
(|haddProp| |$ConstructorCache| '|List| (LIST |dv$1|) (CONS 1 $))
(|stuffDomainSlots| $)
- (|setShellEntry| $ 6 |#1|)
+ (SETF (|shellEntry| $ 6) |#1|)
(COND
((|testBitVector| |pv$| 7)
(PROGN
- (|setShellEntry| $ 31
- (CONS (|dispatchFunction| |LIST;OMwrite;$S;6|) $))
- (|setShellEntry| $ 32
- (CONS (|dispatchFunction| |LIST;OMwrite;$BS;7|) $))
- (|setShellEntry| $ 33
- (CONS (|dispatchFunction| |LIST;OMwrite;Omd$V;8|) $))
- (|setShellEntry| $ 34
- (CONS (|dispatchFunction| |LIST;OMwrite;Omd$BV;9|) $)))))
+ (SETF (|shellEntry| $ 31)
+ (CONS (|dispatchFunction| |LIST;OMwrite;$S;6|) $))
+ (SETF (|shellEntry| $ 32)
+ (CONS (|dispatchFunction| |LIST;OMwrite;$BS;7|) $))
+ (SETF (|shellEntry| $ 33)
+ (CONS (|dispatchFunction| |LIST;OMwrite;Omd$V;8|) $))
+ (SETF (|shellEntry| $ 34)
+ (CONS (|dispatchFunction| |LIST;OMwrite;Omd$BV;9|) $)))))
(COND
((|testBitVector| |pv$| 9)
(PROGN
- (|setShellEntry| $ 37
- (CONS (|dispatchFunction| |LIST;setUnion;3$;10|) $))
- (|setShellEntry| $ 41
- (CONS (|dispatchFunction| |LIST;setIntersection;3$;11|) $))
- (|setShellEntry| $ 44
- (CONS (|dispatchFunction| |LIST;setDifference;3$;12|) $)))))
+ (SETF (|shellEntry| $ 37)
+ (CONS (|dispatchFunction| |LIST;setUnion;3$;10|) $))
+ (SETF (|shellEntry| $ 41)
+ (CONS (|dispatchFunction| |LIST;setIntersection;3$;11|)
+ $))
+ (SETF (|shellEntry| $ 44)
+ (CONS (|dispatchFunction| |LIST;setDifference;3$;12|) $)))))
(COND
((|testBitVector| |pv$| 3)
- (|setShellEntry| $ 53
- (CONS (|dispatchFunction| |LIST;convert;$If;13|) $))))
+ (SETF (|shellEntry| $ 53)
+ (CONS (|dispatchFunction| |LIST;convert;$If;13|) $))))
$))
(MAKEPROP '|List| '|infovec|