1.0.16.37: fix bug #206 -- SB-FLUID build works once more
[sbcl.git] / src / code / fd-stream.lisp
index 853c3cd..1428363 100644 (file)
   (let ((fd (fd-stream-fd stream))
         (errno 0)
         (count 0))
-    (declare (dynamic-extent fd errno count))
+    (declare (optimize sb!c::stack-allocate-value-cells)
+             (dynamic-extent fd errno count))
     (tagbody
        ;; Check for blocking input before touching the stream, as if
        ;; we happen to wait we are liable to be interrupted, and the