Changeset 5246


Ignore:
Timestamp:
Sep 23, 2006, 4:29:28 AM (18 years ago)
Author:
Gary Byers
Message:

Start to separate line-termination/external-format stuff.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ccl/level-1/l1-sysio.lisp

    r4993 r5246  
    5959  (with-stream-ioblock-input (ioblock file-stream :speedy t)
    6060    (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)
    6263            :unix
    6364            (let* ((inbuf (ioblock-inbuf ioblock))
Note: See TracChangeset for help on using the changeset viewer.