fix to (system base syntax)'s syntax
authorAndy Wingo <wingo@pobox.com>
Sat, 3 May 2008 12:00:45 +0000 (14:00 +0200)
committerAndy Wingo <wingo@pobox.com>
Sat, 3 May 2008 12:00:45 +0000 (14:00 +0200)
* module/system/base/syntax.scm: Fix define-module

module/system/base/syntax.scm

index 783f177..6c98b90 100644 (file)
@@ -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