X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=contrib%2Fsb-simple-streams%2Fpackage.lisp;h=8e80524df011bfb0d20c2b1b9ed16c288043ae47;hb=d8e0a653d6974279581a3d1a151bde02ea6023c9;hp=622fb5c049c0c73c7fb312ce4bbf7271484fe5e3;hpb=0bc2d6ca22c988d65e37108afbb433e29689a528;p=sbcl.git diff --git a/contrib/sb-simple-streams/package.lisp b/contrib/sb-simple-streams/package.lisp index 622fb5c..8e80524 100644 --- a/contrib/sb-simple-streams/package.lisp +++ b/contrib/sb-simple-streams/package.lisp @@ -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