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:
parent
0d0f372f5b
commit
85acb35ff9
1 changed files with 2 additions and 1 deletions
|
@ -3179,7 +3179,7 @@
|
|||
;;;
|
||||
;;; 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.
|
||||
;;;
|
||||
|
@ -3189,6 +3189,7 @@
|
|||
'(guile
|
||||
r5rs
|
||||
srfi-0 ;; cond-expand itself
|
||||
srfi-4 ;; homogenous numeric vectors
|
||||
srfi-6 ;; open-input-string etc, in the guile core
|
||||
srfi-13 ;; string library
|
||||
srfi-14 ;; character sets
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue