Raymond Toy pushed to branch master at cmucl / cmucl

Commits:

1 changed file:

Changes:

  • src/code/run-program.lisp
    ... ... @@ -742,7 +742,8 @@
    742 742
    					 #o666)))
    
    743 743
    		(unix:unix-unlink name)
    
    744 744
    		(when fd
    
    745
    		  (let ((newline (string #\Newline)))
    
    745
    		  (let ((newline (make-array 1 :element-type '(unsigned-byte 8)
    
    746
    					     :initial-element (char-code #\Newline))))
    
    746 747
    		    (loop
    
    747 748
    		      (multiple-value-bind
    
    748 749
    			  (line no-cr)