X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;ds=sidebyside;f=contrib%2Fsb-simple-streams%2Fimpl.lisp;h=c6b696cd4fb7893be554dd89ef85c42ed395e126;hb=b06500a7381d0d5a789034ab00e3f708e62805b1;hp=1c7582e2344717ab72cd67e1a923b622c267f698;hpb=4898ef32c639b1c7f4ee13a5ba566ce6debd03e6;p=sbcl.git diff --git a/contrib/sb-simple-streams/impl.lisp b/contrib/sb-simple-streams/impl.lisp index 1c7582e..c6b696c 100644 --- a/contrib/sb-simple-streams/impl.lisp +++ b/contrib/sb-simple-streams/impl.lisp @@ -273,7 +273,7 @@ eof-error-p stream t))) ((or (eq char stream) - (not (sb-impl::whitespacep char))) + (not (sb-impl::whitespace[2]p char))) (unless (eq char stream) (funcall-stm-handler j-unread-char encap t)) (if (eq char stream) eof-value char)))) @@ -805,7 +805,7 @@ ((eq peek-type t) (do ((char (sb-gray:stream-read-char stream) (sb-gray:stream-read-char stream))) - ((or (eq char :eof) (not (sb-impl::whitespacep char))) + ((or (eq char :eof) (not (sb-impl::whitespace[2]p char))) (cond ((eq char :eof) (sb-impl::eof-or-lose stream eof-error-p eof-value)) (t