mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-05-20 11:40:18 +02:00
rnrs control only depends on (guile)
* module/rnrs/control.scm: Depend only on (guile).
This commit is contained in:
parent
84b67e1971
commit
ed3fd27adb
1 changed files with 1 additions and 2 deletions
|
@ -19,8 +19,7 @@
|
|||
|
||||
(library (rnrs control (6))
|
||||
(export when unless do case-lambda)
|
||||
(import (rnrs base (6))
|
||||
(only (guile) do case-lambda))
|
||||
(import (only (guile) if not begin define-syntax syntax-rules do case-lambda))
|
||||
|
||||
(define-syntax when
|
||||
(syntax-rules ()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue