X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=src%2Fcode%2Ftypep.lisp;h=b82f92c1b78912239c86f1b9dcb07e63027443ba;hb=5dc28680e9cb2d598da02aed512aa49ea81fdade;hp=505b55cd350684028a103dc470baafe852198fff;hpb=a530bbe337109d898d5b4a001fc8f1afa3b5dc39;p=sbcl.git diff --git a/src/code/typep.lisp b/src/code/typep.lisp index 505b55c..b82f92c 100644 --- a/src/code/typep.lisp +++ b/src/code/typep.lisp @@ -9,9 +9,6 @@ (in-package "SB!KERNEL") -(file-comment - "$Header$") - ;;; The actual TYPEP engine. The compiler only generates calls to this ;;; function when it can't figure out anything more intelligent to do. (defun %typep (object specifier)