1.0.29.49: silence compiler note for type-checks from MAKE-INSTANCE in safe code
[sbcl.git] / src / code / late-deftypes-for-target.lisp
1 (in-package "SB!KERNEL")
2
3 (sb!xc:deftype compiled-function ()
4   '(and function #!+sb-eval (not sb!eval:interpreted-function)))