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:
parent
0081b349c8
commit
4a276c08e3
1 changed files with 3 additions and 1 deletions
|
@ -3183,7 +3183,7 @@
|
|||
;;;
|
||||
;;; 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.
|
||||
;;;
|
||||
|
@ -3194,6 +3194,8 @@
|
|||
r5rs
|
||||
srfi-0 ;; cond-expand itself
|
||||
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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue