aboutsummaryrefslogtreecommitdiff
path: root/src/algebra/strap/BOOLEAN.lsp
diff options
context:
space:
mode:
Diffstat (limited to 'src/algebra/strap/BOOLEAN.lsp')
-rw-r--r--src/algebra/strap/BOOLEAN.lsp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/algebra/strap/BOOLEAN.lsp b/src/algebra/strap/BOOLEAN.lsp
index 19bdb581..bc1d5ef4 100644
--- a/src/algebra/strap/BOOLEAN.lsp
+++ b/src/algebra/strap/BOOLEAN.lsp
@@ -154,13 +154,13 @@
(PROG (#0=#:G1424)
(RETURN
(COND
- ((LETT #0# (HGET |$ConstructorCache| '|Boolean|) |Boolean|)
+ ((SETQ #0# (HGET |$ConstructorCache| '|Boolean|))
(|CDRwithIncrement| (CDAR #0#)))
('T
(UNWIND-PROTECT
(PROG1 (CDDAR (HPUT |$ConstructorCache| '|Boolean|
(LIST (CONS NIL (CONS 1 (|Boolean;|))))))
- (LETT #0# T |Boolean|))
+ (SETQ #0# T))
(COND ((NOT #0#) (HREM |$ConstructorCache| '|Boolean|)))))))))
(DEFUN |Boolean;| ()