From b4c0da9ce773ba3f6a28b195e1d991debcf6d3e5 Mon Sep 17 00:00:00 2001 From: Kevin Ryde Date: Wed, 18 Aug 2004 00:22:25 +0000 Subject: [PATCH] Add cond-expand-provide srfi-2, since this module provides that feature. --- ice-9/and-let-star.scm | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ice-9/and-let-star.scm b/ice-9/and-let-star.scm index 4057fb498..9bd01d138 100644 --- a/ice-9/and-let-star.scm +++ b/ice-9/and-let-star.scm @@ -43,3 +43,5 @@ (error "not a proper list" vars)))) (expand vars body)) + +(cond-expand-provide (current-module) '(srfi-2))