mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-06-10 22:10:21 +02:00
(%cond-expand-features): Add srfi-61.
This commit is contained in:
parent
1fe1fc0a92
commit
08b609aa1f
1 changed files with 2 additions and 1 deletions
|
@ -3223,7 +3223,7 @@
|
|||
;;;
|
||||
;;; Currently, the following feature identifiers are supported:
|
||||
;;;
|
||||
;;; guile r5rs srfi-0 srfi-4 srfi-6 srfi-13 srfi-14
|
||||
;;; guile r5rs srfi-0 srfi-4 srfi-6 srfi-13 srfi-14 srfi-55 srfi-61
|
||||
;;;
|
||||
;;; Remember to update the features list when adding more SRFIs.
|
||||
;;;
|
||||
|
@ -3238,6 +3238,7 @@
|
|||
srfi-13 ;; string library
|
||||
srfi-14 ;; character sets
|
||||
srfi-55 ;; require-extension
|
||||
srfi-61 ;; general cond clause
|
||||
))
|
||||
|
||||
;; This table maps module public interfaces to the list of features.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue