diff options
Diffstat (limited to 'module/system/base/syntax.scm')
-rw-r--r-- | module/system/base/syntax.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/module/system/base/syntax.scm b/module/system/base/syntax.scm index 783f177a1..6c98b90c4 100644 --- a/module/system/base/syntax.scm +++ b/module/system/base/syntax.scm @@ -20,7 +20,7 @@ ;;; Code: (define-module (system base syntax) - :use-modules (srfi srfi-9) + :use-module (srfi srfi-9) :export (%make-struct slot %slot-1 %slot-2 %slot-3 %slot-4 %slot-5 %slot-6 %slot-7 %slot-8 %slot-9 |