mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-06-29 22:40:34 +02:00
fix to (system base syntax)'s syntax
* module/system/base/syntax.scm: Fix define-module
This commit is contained in:
parent
b816304293
commit
7ef8d0a008
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue