Remove some test noise. A drop in the ocean unfortunately.
[sbcl.git] / src / code / late-deftypes-for-target.lisp
blob500e18573c289fe5e81db1f31029637baf684319
1 (in-package "SB!KERNEL")
3 ;; Not sure why this needs to be 'late'. A deftype body produces forms,
4 ;; not code that cares whether sb!eval:interpreted-function means anything.
5 (sb!xc:deftype compiled-function ()
6 '(and function #!+sb-eval (not sb!eval:interpreted-function)))
8 #+sb-xc-host
9 ;; Restore this to its build-the-xc compile-time value at load-time.
10 (setq sb!impl::!*xc-processed-deftypes* '#.sb!impl::!*xc-processed-deftypes*)