1.0.39.3: support building on darwin x86 and x86-64 without the dlshim
[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)))