diff options
author | Andy Wingo <wingo@pobox.com> | 2012-05-17 10:19:33 +0200 |
---|---|---|
committer | Andy Wingo <wingo@pobox.com> | 2012-05-17 10:38:54 +0200 |
commit | 688291fe19a620cb46f8286ff088891da1ed8169 (patch) | |
tree | 9c40651526679a41a57413125f5e526bd30defa6 | |
parent | ee6207d6f5c8675dc8dee36dbdb815dbc5b71b4a (diff) | |
download | guile-688291fe19a620cb46f8286ff088891da1ed8169.tar.gz |
add guile-2.2 feature
* module/ice-9/boot-9.scm (%cond-expand-features): Add guile-2.2
feature.
-rw-r--r-- | module/ice-9/boot-9.scm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/module/ice-9/boot-9.scm b/module/ice-9/boot-9.scm index c30861d4b..9add63bbf 100644 --- a/module/ice-9/boot-9.scm +++ b/module/ice-9/boot-9.scm @@ -3970,6 +3970,7 @@ module '(ice-9 q) '(make-q q-length))}." ;; Adjust the above comment when changing this. '(guile guile-2 + guile-2.2 r5rs srfi-0 ;; cond-expand itself srfi-4 ;; homogenous numeric vectors |