Changeset 4920


Ignore:
Timestamp:
Jul 28, 2006, 3:15:33 AM (18 years ago)
Author:
Gary Byers
Message:

A couple of more (soon-to-be-used) slots in IOBLOCK.

File:
1 edited

Legend:

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

    r4918 r4920  
    363363  (read-char-function 'ioblock-no-char-input)
    364364  (read-byte-function 'ioblock-no-binary-input)
     365  (write-byte-function 'ioblock-no-binary-output)
    365366  (write-char-function 'ioblock-no-char-output)
    366   (write-byte-function 'ioblock-no-binary-output))
     367  (encoding nil)
     368  (alternate-line-termination nil))
    367369
    368370
Note: See TracChangeset for help on using the changeset viewer.