X-Git-Url: http://git.kpe.io/?p=kmrcl.git;a=blobdiff_plain;f=byte-stream.lisp;h=617cad54f765d9a15ce1b576185fb6c693b10ae2;hp=a22d4d136cec0a8f236586d39d47b30626d74a7e;hb=e96b017d2a09ffd9c9279cb4c2341c53f0581022;hpb=bb37eb6d2027c2257d7a33cda12c273b339c2584 diff --git a/byte-stream.lisp b/byte-stream.lisp index a22d4d1..617cad5 100644 --- a/byte-stream.lisp +++ b/byte-stream.lisp @@ -7,7 +7,7 @@ ;;;; Programmer: Kevin M. Rosenberg ;;;; Date Started: June 2003 ;;;; -;;;; $Id: byte-stream.lisp,v 1.3 2003/08/27 20:07:08 kevin Exp $ +;;;; $Id$ ;;;; ;;;; Works for CMUCL, SBCL, and AllergoCL only ;;;; @@ -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))