1.0.16.22: FIXED-ALLOC to use MAYBE-PSEUDO-ATOMIC on x86 and x86-64.
[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)))