(%cond-expand-features): Addef srfi-13 and srfi-14.
authorMarius Vollmer <mvo@zagadka.de>
Tue, 24 Aug 2004 22:20:47 +0000 (22:20 +0000)
committerMarius Vollmer <mvo@zagadka.de>
Tue, 24 Aug 2004 22:20:47 +0000 (22:20 +0000)
ice-9/boot-9.scm

index 4df5828..e854f6d 100644 (file)
 ;;;
 ;;; 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.
 ;;;
     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.