X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=src%2Fboot.lisp;h=10761131b13229d2bd612d5019ba55a8b6d694ee;hb=b2de12c4e1a6e77e7f3f22d056adcfeda79d085b;hp=4335d4c0951231461e90fb580f3c755dd62b5e29;hpb=03c4e7562141980da23902bd3176700569fff1d4;p=jscl.git diff --git a/src/boot.lisp b/src/boot.lisp index 4335d4c..1076113 100644 --- 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)