diff options
Diffstat (limited to 'srfi/srfi-2.scm')
-rw-r--r-- | srfi/srfi-2.scm | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/srfi/srfi-2.scm b/srfi/srfi-2.scm index aaedf97fa..4ffb49c6f 100644 --- a/srfi/srfi-2.scm +++ b/srfi/srfi-2.scm @@ -21,3 +21,5 @@ :use-module (ice-9 and-let-star)) (export-syntax and-let*) + +(cond-expand-provide (current-module) '(srfi-2)) |