0.6.12.49:
[sbcl.git] / src / compiler / compiler-deftype.lisp
index 298bc91..44a0c44 100644 (file)
@@ -11,7 +11,7 @@
 
 (in-package "SB!IMPL")
 
-(file-comment "$Header$")
+(/show0 "compiler-deftype.lisp 14")
 
 (defun %compiler-deftype (name expander &optional doc)
   (ecase (info :type :kind name)
@@ -47,3 +47,5 @@
     (sb!c::%note-type-defined name)
     (warn "defining type before %NOTE-TYPE-DEFINED is defined"))
   name)
+
+(/show0 "compiler-deftype.lisp end of file")