0.6.9.5:
[sbcl.git] / src / cold / warm.lisp
index 8efbc69..c5e8486 100644 (file)
@@ -10,8 +10,6 @@
 ;;;; files for more information.
 
 (in-package "COMMON-LISP-USER")
-
-;;;; $Header$
 \f
 ;;;; general warm init compilation policy
 
                ;; our DESCRIBE facility is compiled and loaded.
                "src/pcl/describe" ; FIXME: should probably be byte compiled
                ;; FIXME: What about Gray streams? e.g. "gray-streams.lisp"
-               ;; and "gray-streams-class.lisp"?
+               ;; and "gray-streams-class.lisp"? For now, we just
+               ;; have stubs (installed in cold load).
                ))
   (let ((fullname (concatenate 'string stem ".lisp")))
     (sb-int:/show "about to compile" fullname)