Changeset 13142
- Timestamp:
- Oct 30, 2009, 3:24:08 PM (15 years ago)
- File:
-
- 1 edited
-
branches/working-0711/ccl/lib/dumplisp.lisp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/working-0711/ccl/lib/dumplisp.lisp
r13070 r13142 57 57 ;; startup code. 58 58 (if (and (eql (typecode o) target::subtag-instance) 59 (typep o 'buffered-stream-mixin)) 59 (typep o 'buffered-stream-mixin) 60 (slot-boundp o 'ioblock)) 60 61 (let ((s (slot-value o 'ioblock))) 61 62 (when (and (typep s 'ioblock)
Note:
See TracChangeset
for help on using the changeset viewer.
