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

(%cond-expand-features): Add srfi-61.

This commit is contained in:
Marius Vollmer 2005-12-06 21:32:09 +00:00
parent 1fe1fc0a92
commit 08b609aa1f

View file

@ -3223,7 +3223,7 @@
;;; ;;;
;;; Currently, the following feature identifiers are supported: ;;; 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. ;;; Remember to update the features list when adding more SRFIs.
;;; ;;;
@ -3238,6 +3238,7 @@
srfi-13 ;; string library srfi-13 ;; string library
srfi-14 ;; character sets srfi-14 ;; character sets
srfi-55 ;; require-extension srfi-55 ;; require-extension
srfi-61 ;; general cond clause
)) ))
;; This table maps module public interfaces to the list of features. ;; This table maps module public interfaces to the list of features.