mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-06-11 06:20:23 +02:00
#:re-export open-input-string, open-output-string and
get-output-string, for the benefit of applications wanting to use #:select on the module.
This commit is contained in:
parent
ee89863b09
commit
056c43e7db
1 changed files with 3 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
||||||
;;; srfi-6.scm --- Basic String Ports
|
;;; srfi-6.scm --- Basic String Ports
|
||||||
|
|
||||||
;; Copyright (C) 2001, 2002 Free Software Foundation, Inc.
|
;; Copyright (C) 2001, 2002, 2003 Free Software Foundation, Inc.
|
||||||
;;
|
;;
|
||||||
;; This library is free software; you can redistribute it and/or
|
;; This library is free software; you can redistribute it and/or
|
||||||
;; modify it under the terms of the GNU Lesser General Public
|
;; modify it under the terms of the GNU Lesser General Public
|
||||||
|
@ -22,7 +22,8 @@
|
||||||
|
|
||||||
;;; Code:
|
;;; Code:
|
||||||
|
|
||||||
(define-module (srfi srfi-6))
|
(define-module (srfi srfi-6)
|
||||||
|
#:re-export (open-input-string open-output-string get-output-string))
|
||||||
|
|
||||||
;; Currently, guile provides these functions by default, so no action
|
;; Currently, guile provides these functions by default, so no action
|
||||||
;; is needed, and this file is just a placeholder.
|
;; is needed, and this file is just a placeholder.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue