0.8.12.7: Merge package locks, AKA "what can go wrong with a 3783 line patch?"
[sbcl.git] / contrib / sb-simple-streams / package.lisp
index 622fb5c..8e80524 100644 (file)
@@ -11,6 +11,9 @@
   (:use #:common-lisp)
   (:import-from #:sb-kernel #:ansi-stream #:charpos #:line-length)
   (:import-from #:sb-gray #:fundamental-stream)
+  #+sb-package-locks
+  ;; FIXME: Using deffoo! or equivalent might be nicer.
+  (:implement #:common-lisp #:sb-kernel #:sb-int)
   (:export ;; Stream classes
    #:STREAM
    #:SIMPLE-STREAM