1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-06-12 06:41:13 +02:00

(SRFI-0): Add srfi-6 to the identifiers provided by default.

This commit is contained in:
Kevin Ryde 2004-07-10 00:22:12 +00:00
parent a3de8e7b0f
commit 26a6ccfa90

View file

@ -137,8 +137,8 @@ implementation-dependent operations, such as @code{use-modules} in
Guile. Thus, it is not necessary to use any module to get access to Guile. Thus, it is not necessary to use any module to get access to
this form. this form.
Currently, the feature identifiers @code{guile}, @code{r5rs} and Currently, the feature identifiers @code{guile}, @code{r5rs}, @code{srfi-0} and
@code{srfi-0} are supported. The other SRFIs are not in that list by @code{srfi-6} are supported. The other SRFIs are not in that list by
default, because the SRFI modules must be explicitly used before their default, because the SRFI modules must be explicitly used before their
exported bindings can be used. exported bindings can be used.