add SB-UNIX:UNIX-EXIT back, use the deprecation framwork for it and SB-EXT:QUIT
[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)))