aboutsummaryrefslogtreecommitdiff
path: root/src/algebra/strap/ABELGRP-.lsp
diff options
context:
space:
mode:
authordos-reis <gdr@axiomatics.org>2011-02-24 20:16:37 +0000
committerdos-reis <gdr@axiomatics.org>2011-02-24 20:16:37 +0000
commit66f5a47122d91ad3a395cc02549908b8daf1bdd8 (patch)
tree4e68e616461527448a43a18318c292f7bb2915d8 /src/algebra/strap/ABELGRP-.lsp
parent35e4595e5312af1ad327ae7fda4eefa0d60d31c6 (diff)
downloadopen-axiom-66f5a47122d91ad3a395cc02549908b8daf1bdd8.tar.gz
Rename getShellEntry to shellEntry now that it is a macro accessor that designate a place (usable in SETF).
Diffstat (limited to 'src/algebra/strap/ABELGRP-.lsp')
-rw-r--r--src/algebra/strap/ABELGRP-.lsp13
1 files changed, 6 insertions, 7 deletions
diff --git a/src/algebra/strap/ABELGRP-.lsp b/src/algebra/strap/ABELGRP-.lsp
index 53465f1c..66b5ec1f 100644
--- a/src/algebra/strap/ABELGRP-.lsp
+++ b/src/algebra/strap/ABELGRP-.lsp
@@ -15,21 +15,20 @@
|ABELGRP-;*;I2S;4|))
(DEFUN |ABELGRP-;-;3S;1| (|x| |y| $)
- (SPADCALL |x| (SPADCALL |y| (|getShellEntry| $ 7))
- (|getShellEntry| $ 8)))
+ (SPADCALL |x| (SPADCALL |y| (|shellEntry| $ 7)) (|shellEntry| $ 8)))
(DEFUN |ABELGRP-;subtractIfCan;2SU;2| (|x| |y| $)
- (CONS 0 (SPADCALL |x| |y| (|getShellEntry| $ 10))))
+ (CONS 0 (SPADCALL |x| |y| (|shellEntry| $ 10))))
(DEFUN |ABELGRP-;*;Nni2S;3| (|n| |x| $)
- (SPADCALL |n| |x| (|getShellEntry| $ 14)))
+ (SPADCALL |n| |x| (|shellEntry| $ 14)))
(DEFUN |ABELGRP-;*;I2S;4| (|n| |x| $)
(COND
((ZEROP |n|) (|spadConstant| $ 19))
- ((PLUSP |n|) (SPADCALL |n| |x| (|getShellEntry| $ 24)))
- (T (SPADCALL (- |n|) (SPADCALL |x| (|getShellEntry| $ 7))
- (|getShellEntry| $ 24)))))
+ ((PLUSP |n|) (SPADCALL |n| |x| (|shellEntry| $ 24)))
+ (T (SPADCALL (- |n|) (SPADCALL |x| (|shellEntry| $ 7))
+ (|shellEntry| $ 24)))))
(DEFUN |AbelianGroup&| (|#1|)
(LET* ((|dv$1| (|devaluate| |#1|))