diff options
Diffstat (limited to 'srfi/srfi-6.scm')
-rw-r--r-- | srfi/srfi-6.scm | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/srfi/srfi-6.scm b/srfi/srfi-6.scm index 97e54cb22..41aeeb362 100644 --- a/srfi/srfi-6.scm +++ b/srfi/srfi-6.scm @@ -21,3 +21,5 @@ ;; Currently, guile provides these functions by default, so no action ;; is needed, and this file is just a placeholder. + +(cond-expand-provide (current-module) '(srfi-6)) |