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:
Ludovic Courtès 2009-10-21 23:41:56 +02:00
commit 60c8ad9ea3
2 changed files with 19 additions and 0 deletions

View file

@ -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