Changeset 13109
- Timestamp:
- Oct 28, 2009, 11:34:00 AM (15 years ago)
- File:
-
- 1 edited
-
trunk/source/lib/dumplisp.lisp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/source/lib/dumplisp.lisp
r13067 r13109 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.
