From e589f5816320c03eff6e3c9f6ef20b2cc07171bc Mon Sep 17 00:00:00 2001 From: Joe Groff Date: Fri, 14 Oct 2011 20:35:24 -0700 Subject: [PATCH] delegate.protocols: clean up input-stream-protocol --- basis/delegate/protocols/protocols.factor | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/basis/delegate/protocols/protocols.factor b/basis/delegate/protocols/protocols.factor index 9abee34aa7..c496979dc2 100644 --- a/basis/delegate/protocols/protocols.factor +++ b/basis/delegate/protocols/protocols.factor @@ -13,9 +13,8 @@ at* assoc-size >alist set-at assoc-clone-like delete-at clear-assoc new-assoc assoc-like ; PROTOCOL: input-stream-protocol -stream-read1 stream-read stream-read-partial -stream-read-unsafe stream-read-partial-unsafe stream-readln -stream-read-until ; +stream-read1 stream-read-unsafe stream-read-partial-unsafe +stream-readln stream-read-until stream-contents ; PROTOCOL: output-stream-protocol stream-flush stream-write1 stream-write stream-nl ; -- 2.34.1