1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-05-29 08:20:20 +02:00

Use re-export-syntax' to correctly re-export receive'.

This commit is contained in:
Marius Vollmer 2001-06-25 01:07:04 +00:00
parent e6b748a832
commit ad4bc8c2ba

View file

@ -44,6 +44,6 @@
(define-module (srfi srfi-8)
:use-module (ice-9 receive))
(export-syntax receive)
(re-export-syntax receive)
(cond-expand-provide (current-module) '(srfi-8))