1
Fork 0
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:
Mark H Weaver 2018-07-04 20:34:38 -04:00 committed by Andy Wingo
parent 6a9be01b3a
commit 448a6f1d3c

View file

@ -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 ...)