aboutsummaryrefslogtreecommitdiff
path: root/src/algebra/strap/PI.lsp
diff options
context:
space:
mode:
Diffstat (limited to 'src/algebra/strap/PI.lsp')
-rw-r--r--src/algebra/strap/PI.lsp5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/algebra/strap/PI.lsp b/src/algebra/strap/PI.lsp
index c7fd8a31..5c9bc5d0 100644
--- a/src/algebra/strap/PI.lsp
+++ b/src/algebra/strap/PI.lsp
@@ -8,15 +8,14 @@
(PROG (#0=#:G1401)
(RETURN
(COND
- ((LETT #0# (HGET |$ConstructorCache| '|PositiveInteger|)
- |PositiveInteger|)
+ ((SETQ #0# (HGET |$ConstructorCache| '|PositiveInteger|))
(|CDRwithIncrement| (CDAR #0#)))
('T
(UNWIND-PROTECT
(PROG1 (CDDAR (HPUT |$ConstructorCache| '|PositiveInteger|
(LIST (CONS NIL
(CONS 1 (|PositiveInteger;|))))))
- (LETT #0# T |PositiveInteger|))
+ (SETQ #0# T))
(COND
((NOT #0#) (HREM |$ConstructorCache| '|PositiveInteger|)))))))))