Changeset 5420


Ignore:
Timestamp:
Oct 24, 2006, 12:05:01 AM (18 years ago)
Author:
Gary Byers
Message:

Reference the (bound) STREAM-VAR argument - not STREAM - in the expansion of
WITH-OUTPUT-TO-STRING.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ccl/lib/macros.lisp

    r5408 r5420  
    13811381      `(let* ((,string-var ,string)
    13821382              (,var (if ,string-var
    1383                         (%make-string-output-stream ,string)
     1383                        (%make-string-output-stream ,string-var)
    13841384                      ,@(if element-type-p
    13851385                            `((make-string-output-stream :element-type ',element-type))
Note: See TracChangeset for help on using the changeset viewer.