X-Git-Url: http://git.kpe.io/?p=kmrcl.git;a=blobdiff_plain;f=byte-stream.lisp;h=617cad54f765d9a15ce1b576185fb6c693b10ae2;hp=fd7a56ae08d55c902c368a690e58abce5f000575;hb=e96b017d2a09ffd9c9279cb4c2341c53f0581022;hpb=d11d6cc43fd9227a8aeed28dc2cfecdbc587ec4a diff --git a/byte-stream.lisp b/byte-stream.lisp index fd7a56a..617cad5 100644 --- a/byte-stream.lisp +++ b/byte-stream.lisp @@ -220,6 +220,7 @@ Make-Byte-Array-Output-Stream since the last call to this function." (defmethod excl:device-extend ((stream extendable-buffer-output-stream) need action) + (declare (ignore action)) (let* ((len (file-position stream)) (new-len (max (+ len need) (* 2 len))) (old-buf (slot-value stream 'excl::buffer))