diff options
author | dos-reis <gdr@axiomatics.org> | 2011-07-14 12:40:31 +0000 |
---|---|---|
committer | dos-reis <gdr@axiomatics.org> | 2011-07-14 12:40:31 +0000 |
commit | 4a4bc97750020f7c31ca8b29fdc4a104f7825367 (patch) | |
tree | b6f37a94da2648ac1304d5275370a34f84d41fa3 /src/boot/strap | |
parent | 6d1f2b4e6a2a874bdda936fb17f20fee84649857 (diff) | |
download | open-axiom-4a4bc97750020f7c31ca8b29fdc4a104f7825367.tar.gz |
* boot/ast.boot (bfIS1): Tidy test for cons cells.
Diffstat (limited to 'src/boot/strap')
-rw-r--r-- | src/boot/strap/ast.clisp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/boot/strap/ast.clisp b/src/boot/strap/ast.clisp index 33bfc335..8a8a75d7 100644 --- a/src/boot/strap/ast.clisp +++ b/src/boot/strap/ast.clisp @@ -1083,6 +1083,7 @@ ((NULL |b|) (|bfAND| (LIST (LIST 'CONSP |lhs|) (LIST 'NULL (LIST 'CDR |lhs|))))) + ((EQ |b| 'DOT) (LIST 'CONSP |lhs|)) (T (|bfAND| (LIST (LIST 'CONSP |lhs|) (|bfIS1| (LIST 'CDR |lhs|) |b|)))))) ((NULL |b|) |