summaryrefslogtreecommitdiff
path: root/srfi/srfi-9.scm
diff options
context:
space:
mode:
Diffstat (limited to 'srfi/srfi-9.scm')
-rw-r--r--srfi/srfi-9.scm2
1 files changed, 2 insertions, 0 deletions
diff --git a/srfi/srfi-9.scm b/srfi/srfi-9.scm
index 7d2468892..0df0fee6d 100644
--- a/srfi/srfi-9.scm
+++ b/srfi/srfi-9.scm
@@ -63,6 +63,8 @@
(export-syntax define-record-type)
+(cond-expand-provide (current-module) '(srfi-9))
+
(define-macro (define-record-type type-name constructor/field-tag
predicate-name . field-specs)
`(begin