aboutsummaryrefslogtreecommitdiff
path: root/src/algebra/strap/LSAGG-.lsp
diff options
context:
space:
mode:
authordos-reis <gdr@axiomatics.org>2011-02-26 22:32:20 +0000
committerdos-reis <gdr@axiomatics.org>2011-02-26 22:32:20 +0000
commitdf02d2410007b60d0ee057da174552847c0005f0 (patch)
tree4c3b60abff83bfae3bc9e209f081688493e2dafc /src/algebra/strap/LSAGG-.lsp
parente8a84fdadd3c571f757a204f019e102d038ba277 (diff)
downloadopen-axiom-df02d2410007b60d0ee057da174552847c0005f0.tar.gz
* interp/g-opt.boot (optCond): Recognize conjunction and
disjunction forms.
Diffstat (limited to 'src/algebra/strap/LSAGG-.lsp')
-rw-r--r--src/algebra/strap/LSAGG-.lsp6
1 files changed, 2 insertions, 4 deletions
diff --git a/src/algebra/strap/LSAGG-.lsp b/src/algebra/strap/LSAGG-.lsp
index 2373264b..288e5efb 100644
--- a/src/algebra/strap/LSAGG-.lsp
+++ b/src/algebra/strap/LSAGG-.lsp
@@ -614,10 +614,8 @@
(T (SEQ (SETQ |x| (SPADCALL |x| (|shellEntry| $ 17)))
(EXIT (SETQ |y|
(SPADCALL |y| (|shellEntry| $ 17))))))))))
- (EXIT (COND
- ((SPADCALL |x| (|shellEntry| $ 16))
- (NOT (SPADCALL |y| (|shellEntry| $ 16))))
- (T NIL)))))
+ (EXIT (AND (SPADCALL |x| (|shellEntry| $ 16))
+ (NOT (SPADCALL |y| (|shellEntry| $ 16)))))))
(DEFUN |ListAggregate&| (|#1| |#2|)
(LET* ((|dv$1| (|devaluate| |#1|)) (|dv$2| (|devaluate| |#2|))