1.0.16.34: Remove global STACK-ALLOCATE-VALUE-CELLS proclamation in make-host-2.lisp
[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