Changeset 5606
- Timestamp:
- Dec 9, 2006, 8:52:30 AM (18 years ago)
- File:
-
- 1 edited
-
trunk/ccl/level-1/l1-streams.lisp (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ccl/level-1/l1-streams.lisp
r5592 r5606 4100 4100 nil) 4101 4101 4102 (defmethod stream-clear-output ((s string-output-stream)) 4103 nil) 4104 4102 4105 ;;; Should only be used for a stream whose class is exactly 4103 4106 ;;; *string-output-stream-class* … … 4540 4543 (ioblock (make-string-input-stream-ioblock 4541 4544 :stream stream 4545 :offset offset 4542 4546 :device nil 4543 4547 :string data
Note:
See TracChangeset
for help on using the changeset viewer.
