Changeset 4915
- Timestamp:
- Jul 27, 2006, 11:49:58 PM (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
r4904 r4915 484 484 (call-next-method)))) 485 485 486 (defmethod select-stream-class ((class f ile-stream) in-p out-p char-p)486 (defmethod select-stream-class ((class fundamental-file-stream) in-p out-p char-p) 487 487 (if char-p 488 488 (if (and in-p out-p)
Note:
See TracChangeset
for help on using the changeset viewer.
