projects
/
jscl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1be162e
)
Fix TYPECASE macro for T/ELSE case.
author
Olof-Joachim Frahm
<olof@macrolet.net>
Mon, 10 Jun 2013 19:23:06 +0000
(21:23 +0200)
committer
Olof-Joachim Frahm
<olof@macrolet.net>
Wed, 12 Jun 2013 20:27:45 +0000
(22:27 +0200)
src/boot.lisp
patch
|
blob
|
history
diff --git
a/src/boot.lisp
b/src/boot.lisp
index
16463e5
..
484429e
100644
(file)
--- a/
src/boot.lisp
+++ b/
src/boot.lisp
@@
-488,7
+488,7
@@
(cond
,@(mapcar (lambda (c)
(if (eq (car c) t)
- `((t ,@(rest c)))
+ `(t ,@(rest c))
`((,(ecase (car c)
(integer 'integerp)
(cons 'consp)