0.pre7.71:
[sbcl.git] / stems-and-flags.lisp-expr
index 6abbd77..69600fb 100644 (file)
  ("src/code/cross-type" :not-target)
  ("src/compiler/generic/vm-type")
  ("src/compiler/proclaim")
+ ("src/code/typecheckfuns")
 
  ;; The DEFSTRUCT machinery needs SB!XC:SUBTYPEP, defined in 
  ;; "code/late-type", and SB!XC:TYPEP, defined in "code/cross-type",
  ;; machinery) before we can set its superclasses here.
  ("src/code/alien-type")
 
- ;; was here until sbcl-0.pre7.67
- #+nil ("src/compiler/knownfun")
-
  ;; This needs not just the SB!XC:DEFSTRUCT machinery, but also
  ;; the TYPE= stuff defined in late-type.lisp, and the
  ;; CHECK-FUN-NAME defined in proclaim.lisp.