1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-05-29 08:20:20 +02:00

(%cond-expand-features): Addef srfi-13 and srfi-14.

This commit is contained in:
Marius Vollmer 2004-08-24 22:20:47 +00:00
parent 0081b349c8
commit 4a276c08e3

View file

@ -3183,7 +3183,7 @@
;;; ;;;
;;; Currently, the following feature identifiers are supported: ;;; Currently, the following feature identifiers are supported:
;;; ;;;
;;; guile r5rs srfi-0 srfi-6 ;;; guile r5rs srfi-0 srfi-6 srfi-13 srfi-14
;;; ;;;
;;; Remember to update the features list when adding more SRFIs. ;;; Remember to update the features list when adding more SRFIs.
;;; ;;;
@ -3194,6 +3194,8 @@
r5rs r5rs
srfi-0 ;; cond-expand itself srfi-0 ;; cond-expand itself
srfi-6 ;; open-input-string etc, in the guile core srfi-6 ;; open-input-string etc, in the guile core
srfi-13 ;; string library
srfi-14 ;; character sets
)) ))
;; This table maps module public interfaces to the list of features. ;; This table maps module public interfaces to the list of features.