mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-04-29 19:30:36 +02:00
Make srfi-71 visible through 'cond-expand'.
This is a followup to commit eb90831ce8
.
* module/srfi/srfi-71.scm: Add missing 'cond-expand-provide'.
This commit is contained in:
parent
6a9be01b3a
commit
448a6f1d3c
1 changed files with 2 additions and 0 deletions
|
@ -32,6 +32,8 @@
|
|||
(srfi-let* . let*)
|
||||
(srfi-letrec . letrec)))
|
||||
|
||||
(cond-expand-provide (current-module) '(srfi-71))
|
||||
|
||||
(define-syntax r5rs-let
|
||||
(syntax-rules ()
|
||||
((r5rs-let ((v x) ...) body1 body ...)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue