1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-06-18 01:30:27 +02:00

Add cond-expand-provide srfi-2, since this module provides that feature.

This commit is contained in:
Kevin Ryde 2004-08-18 00:22:25 +00:00
parent 86ff1823d5
commit b4c0da9ce7

View file

@ -43,3 +43,5 @@
(error "not a proper list" vars))))
(expand vars body))
(cond-expand-provide (current-module) '(srfi-2))