mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-06-18 09:40:25 +02:00
Add cond-expand-provide srfi-2, since this module provides that feature.
This commit is contained in:
parent
86ff1823d5
commit
b4c0da9ce7
1 changed files with 2 additions and 0 deletions
|
@ -43,3 +43,5 @@
|
||||||
(error "not a proper list" vars))))
|
(error "not a proper list" vars))))
|
||||||
|
|
||||||
(expand vars body))
|
(expand vars body))
|
||||||
|
|
||||||
|
(cond-expand-provide (current-module) '(srfi-2))
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue