projects
/
jscl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
03c4e75
)
Make FUNCTION and FLOAT available in TYPECASE.
author
Olof-Joachim Frahm
<olof@macrolet.net>
Tue, 21 May 2013 19:04:53 +0000
(21:04 +0200)
committer
Olof-Joachim Frahm
<olof@macrolet.net>
Thu, 6 Jun 2013 22:19:48 +0000
(
00:19
+0200)
src/boot.lisp
patch
|
blob
|
history
diff --git
a/src/boot.lisp
b/src/boot.lisp
index
4335d4c
..
1076113
100644
(file)
--- a/
src/boot.lisp
+++ b/
src/boot.lisp
@@
-493,6
+493,8
@@
(integer 'integerp)
(cons 'consp)
(symbol 'symbolp)
+ (function 'functionp)
+ (float 'floatp)
(array 'arrayp)
(string 'stringp)
(atom 'atom)