Changeset 5246
- Timestamp:
- Sep 23, 2006, 4:29:28 AM (18 years ago)
- File:
-
- 1 edited
-
trunk/ccl/level-1/l1-sysio.lisp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ccl/level-1/l1-sysio.lisp
r4993 r5246 59 59 (with-stream-ioblock-input (ioblock file-stream :speedy t) 60 60 (setf (file-stream-external-format file-stream) 61 (if (eq (%ioblock-peek-char ioblock) :eof) 61 (if (eq (funcall (ioblock-peek-char-function ioblock) ioblock) 62 :eof) 62 63 :unix 63 64 (let* ((inbuf (ioblock-inbuf ioblock))
Note:
See TracChangeset
for help on using the changeset viewer.
