diff options
author | Andy Wingo <wingo@pobox.com> | 2008-05-03 14:00:45 +0200 |
---|---|---|
committer | Andy Wingo <wingo@pobox.com> | 2008-05-03 14:00:45 +0200 |
commit | 7ef8d0a0086c932d7507025137eedd2546d39f8d (patch) | |
tree | 0f73e841d7cce93b47ebeeb2945b3e7b4f0f0650 | |
parent | b816304293c430f9ccdc25cd92990dae87d1055d (diff) | |
download | guile-7ef8d0a0086c932d7507025137eedd2546d39f8d.tar.gz |
fix to (system base syntax)'s syntax
* module/system/base/syntax.scm: Fix define-module
-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 |