summaryrefslogtreecommitdiff
path: root/srfi/srfi-16.scm
diff options
context:
space:
mode:
Diffstat (limited to 'srfi/srfi-16.scm')
-rw-r--r--srfi/srfi-16.scm2
1 files changed, 2 insertions, 0 deletions
diff --git a/srfi/srfi-16.scm b/srfi/srfi-16.scm
index 011bcdb46..1746657cf 100644
--- a/srfi/srfi-16.scm
+++ b/srfi/srfi-16.scm
@@ -49,6 +49,8 @@
(export-syntax case-lambda)
+(cond-expand-provide (current-module) '(srfi-16))
+
(define-macro (case-lambda . clauses)
;; Return the length of the list @var{l}, but allow dotted list.