1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-05-22 04:30:19 +02:00

Added srfi-4 to cond-expand features.

This commit is contained in:
Marius Vollmer 2004-10-26 17:05:32 +00:00
parent 0d0f372f5b
commit 85acb35ff9

View file

@ -3179,7 +3179,7 @@
;;; ;;;
;;; Currently, the following feature identifiers are supported: ;;; Currently, the following feature identifiers are supported:
;;; ;;;
;;; guile r5rs srfi-0 srfi-6 srfi-13 srfi-14 ;;; guile r5rs srfi-0 srfi-4 srfi-6 srfi-13 srfi-14
;;; ;;;
;;; Remember to update the features list when adding more SRFIs. ;;; Remember to update the features list when adding more SRFIs.
;;; ;;;
@ -3189,6 +3189,7 @@
'(guile '(guile
r5rs r5rs
srfi-0 ;; cond-expand itself srfi-0 ;; cond-expand itself
srfi-4 ;; homogenous numeric vectors
srfi-6 ;; open-input-string etc, in the guile core srfi-6 ;; open-input-string etc, in the guile core
srfi-13 ;; string library srfi-13 ;; string library
srfi-14 ;; character sets srfi-14 ;; character sets