Changeset 5204
- Timestamp:
- Sep 13, 2006, 5:08:44 AM (18 years ago)
- File:
-
- 1 edited
-
trunk/ccl/lib/streams.lisp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ccl/lib/streams.lisp
r5026 r5204 40 40 (let* ((ioblock (basic-stream-ioblock input-stream))) 41 41 (with-ioblock-input-locked (ioblock) 42 ( %ioblock-read-lineioblock)))42 (funcall (ioblock-read-line-function ioblock) ioblock))) 43 43 (stream-read-line input-stream)) 44 44 (if eof
Note:
See TracChangeset
for help on using the changeset viewer.
