X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=src%2Fpcl%2Fgray-streams.lisp;h=f4b407604a6b1d706ec85891e595de154e200c2f;hb=475c832b081651e66ad9446d4852c62086f5e740;hp=8afe99d493aa3fb3eaa099fe3783b1683fb7aebf;hpb=59f7d9254f3601cfd48f0c299d5c30562111e991;p=sbcl.git diff --git a/src/pcl/gray-streams.lisp b/src/pcl/gray-streams.lisp index 8afe99d..f4b4076 100644 --- a/src/pcl/gray-streams.lisp +++ b/src/pcl/gray-streams.lisp @@ -55,6 +55,7 @@ t) (defmethod pcl-close ((stream fundamental-stream) &key abort) + (declare (ignore abort)) (setf (stream-open-p stream) nil) t)