aboutsummaryrefslogtreecommitdiff
path: root/src/algebra/strap/FPS-.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/FPS-.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/FPS-.lsp')
-rw-r--r--src/algebra/strap/FPS-.lsp8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/algebra/strap/FPS-.lsp b/src/algebra/strap/FPS-.lsp
index cc13cc83..430b15c9 100644
--- a/src/algebra/strap/FPS-.lsp
+++ b/src/algebra/strap/FPS-.lsp
@@ -8,16 +8,16 @@
|FPS-;digits;Pi;2|))
(DEFUN |FPS-;float;2IS;1| (|ma| |ex| $)
- (SPADCALL |ma| |ex| (SPADCALL (|getShellEntry| $ 8))
- (|getShellEntry| $ 10)))
+ (SPADCALL |ma| |ex| (SPADCALL (|shellEntry| $ 8))
+ (|shellEntry| $ 10)))
(DEFUN |FPS-;digits;Pi;2| ($)
(LET ((#0=#:G1377
(MAX 1
(TRUNCATE
(SPADCALL 4004
- (- (SPADCALL (|getShellEntry| $ 14)) 1)
- (|getShellEntry| $ 16))
+ (- (SPADCALL (|shellEntry| $ 14)) 1)
+ (|shellEntry| $ 16))
13301))))
(|check-subtype| (AND (NOT (MINUSP #0#)) (PLUSP #0#))
'(|PositiveInteger|) #0#)))