X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=src%2Fcold%2Fwarm.lisp;h=c5e8486059cbedba5db3d9a1b40e8763b2b23ed0;hb=8eb659eee63e989f2f3da5673c3ac00a6712f567;hp=6b0dfc6290630ed6214dfb519421742772a40088;hpb=cea4896b2482b7b2b429c1631d774b4cfbc0efba;p=sbcl.git diff --git a/src/cold/warm.lisp b/src/cold/warm.lisp index 6b0dfc6..c5e8486 100644 --- a/src/cold/warm.lisp +++ b/src/cold/warm.lisp @@ -208,7 +208,8 @@ ;; 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)