diff options
Diffstat (limited to 'srfi/srfi-19.scm')
-rw-r--r-- | srfi/srfi-19.scm | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/srfi/srfi-19.scm b/srfi/srfi-19.scm index 00d5837d6..3b65a69e1 100644 --- a/srfi/srfi-19.scm +++ b/srfi/srfi-19.scm @@ -119,6 +119,8 @@ date->string string->date)) +(cond-expand-provide (current-module) '(srfi-19)) + ;; :OPTIONAL is nice (define-syntax :optional |