Changeset 5152


Ignore:
Timestamp:
Sep 6, 2006, 5:36:34 PM (18 years ago)
Author:
Gary Byers
Message:

GET-OUTPUT-STREAM-STRING: use ENSURE-SIMPLE-STRING rather than horrible
COERCE nonsense.

File:
1 edited

Legend:

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

    r5119 r5152  
    21232123    (report-bad-arg s 'string-output-stream))
    21242124  (let* ((string (string-stream-string s)))
    2125     (prog1 (coerce string 'simple-string)
     2125    (prog1 (ensure-simple-string string)
    21262126      (setf (fill-pointer string) 0))))
    21272127
Note: See TracChangeset for help on using the changeset viewer.