diff options
Diffstat (limited to 'stdlib/with-stream.tl')
-rw-r--r-- | stdlib/with-stream.tl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/stdlib/with-stream.tl b/stdlib/with-stream.tl index 7ee57fd0..5c7a2edc 100644 --- a/stdlib/with-stream.tl +++ b/stdlib/with-stream.tl @@ -24,6 +24,7 @@ ;; CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ;; ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE ;; POSSIBILITY OF SUCH DAMAGE. + (defmacro with-out-string-stream ((stream) . body) ^(let ((,stream (make-string-output-stream))) ,*body |