From 08b609aa1fa21a174c4c0c6b4e4cf284e1498908 Mon Sep 17 00:00:00 2001 From: Marius Vollmer Date: Tue, 6 Dec 2005 21:32:09 +0000 Subject: [PATCH] (%cond-expand-features): Add srfi-61. --- ice-9/boot-9.scm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ice-9/boot-9.scm b/ice-9/boot-9.scm index 840b47075..6f0818523 100644 --- a/ice-9/boot-9.scm +++ b/ice-9/boot-9.scm @@ -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.