diff options
Diffstat (limited to 'srfi/srfi-10.scm')
-rw-r--r-- | srfi/srfi-10.scm | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/srfi/srfi-10.scm b/srfi/srfi-10.scm index 8efef2693..5aa8b04a8 100644 --- a/srfi/srfi-10.scm +++ b/srfi/srfi-10.scm @@ -49,6 +49,8 @@ (export define-reader-ctor) +(cond-expand-provide (current-module) '(srfi-10)) + ;; This hash table stores the association between comma-hash tags and ;; the corresponding constructor procedures. ;; |