aboutsummaryrefslogtreecommitdiff
path: root/src/boot/strap/parser.clisp
diff options
context:
space:
mode:
authordos-reis <gdr@axiomatics.org>2009-09-04 16:27:26 +0000
committerdos-reis <gdr@axiomatics.org>2009-09-04 16:27:26 +0000
commitc0477ca18e99fcf5e091d2bc4ffe8dd76eae36dd (patch)
tree090f6953c8de4bbd3dede1960d8131493182f18d /src/boot/strap/parser.clisp
parent9d4b58dc1f45d4d49ce68997000825dd3e7f247a (diff)
downloadopen-axiom-c0477ca18e99fcf5e091d2bc4ffe8dd76eae36dd.tar.gz
Diffstat (limited to 'src/boot/strap/parser.clisp')
-rw-r--r--src/boot/strap/parser.clisp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/boot/strap/parser.clisp b/src/boot/strap/parser.clisp
index 39316f4e..716b86d1 100644
--- a/src/boot/strap/parser.clisp
+++ b/src/boot/strap/parser.clisp
@@ -1150,7 +1150,7 @@
(SETQ |l| (CAR |ISTMP#1|))
(SETQ |ISTMP#2| (CDR |ISTMP#1|))
(AND (CONSP |ISTMP#2|)
- (EQ (CDR |ISTMP#2|) NIL)
+ (NULL (CDR |ISTMP#2|))
(PROGN (SETQ |r| (CAR |ISTMP#2|)) T)))))
(IDENTP |l|))
(COND