Add a `guile-2' SRFI-0 feature.
* doc/ref/srfi-modules.texi (SRFI-0): Mention the `guile-2' feature. * module/ice-9/boot-9.scm (%cond-expand-features): Add `guile-2'.
This commit is contained in:
parent
d587c9e8b2
commit
60c8ad9ea3
2 changed files with 19 additions and 0 deletions
|
|
@ -3258,6 +3258,7 @@ module '(ice-9 q) '(make-q q-length))}."
|
|||
(define %cond-expand-features
|
||||
;; Adjust the above comment when changing this.
|
||||
'(guile
|
||||
guile-2
|
||||
r5rs
|
||||
srfi-0 ;; cond-expand itself
|
||||
srfi-4 ;; homogenous numeric vectors
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue