Implement procedures READ-STRING! and READ-LINE.
#| -*-Scheme-*-
-$Id: cpress.scm,v 1.8 1997/02/21 06:12:33 cph Exp $
+$Id: cpress.scm,v 1.9 1997/02/21 06:18:45 cph Exp $
Copyright (c) 1992-97 Massachusetts Institute of Technology
;; couldn't be sure that any nodes we were holding were valid
;; across a call to READ-BYTE.
(let ((nb
- (input-port/read-substring input-port (bb-vector bb) end end*)))
+ (input-port/read-substring! input-port
+ (bb-vector bb) end end*)))
(cond ((not nb)
(error "Input port must be in blocking mode:" input-port)
false)