0.6.8.6: applied MNA megapatch (will be edited shortly)
[sbcl.git] / src / code / alien-type.lisp
index dd9bceb..0a28be1 100644 (file)
@@ -13,9 +13,6 @@
 
 (in-package "SB!KERNEL")
 
-(file-comment
-  "$Header$")
-
 (!begin-collecting-cold-init-forms)
 
 (defstruct (alien-type-type
                           (alien-type-type-alien-type type2))
          t))
 
-;;; KLUDGE: This DEFINE-SUPERCLASSES gets executed much later than the others
-;;; (toplevel form time instead of cold load init time) because ALIEN-VALUE
-;;; itself is a structure which isn't defined until fairly late.
+;;; KLUDGE: This DEFINE-SUPERCLASSES gets executed much later than the
+;;; others (toplevel form time instead of cold load init time) because
+;;; ALIEN-VALUE itself is a structure which isn't defined until fairly
+;;; late.
 ;;;
 ;;; FIXME: I'm somewhat tempted to just punt ALIEN from the type system.
 ;;; It's sufficiently unlike the others that it's a bit of a pain, and