X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=src%2Fcode%2Falien-type.lisp;h=b76b3e9c11b9f5d9cdedb42bf2b187f72b9e545a;hb=df679ed627975948b1cee190f4d79c397588c43e;hp=d041a83f4aabb8785c8179ea48e3f06dd274759f;hpb=0b5610d8a220a4b20cbeac958953ca4d67c00038;p=sbcl.git diff --git a/src/code/alien-type.lisp b/src/code/alien-type.lisp index d041a83..b76b3e9 100644 --- a/src/code/alien-type.lisp +++ b/src/code/alien-type.lisp @@ -13,6 +13,8 @@ (in-package "SB!KERNEL") +(/show0 "code/alien-type.lisp 16") + (!begin-collecting-cold-init-forms) (defstruct (alien-type-type @@ -36,11 +38,6 @@ ;;; 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 -;;; it doesn't seem to be put to any good use either in type inference or -;;; in type declarations. (!define-superclasses alien ((alien-value)) progn) (!define-type-method (alien :simple-=) (type1 type2) @@ -68,3 +65,5 @@ *universal-type*)) (!defun-from-collected-cold-init-forms !alien-type-cold-init) + +(/show0 "code/alien-type.lisp end of file")