[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Guile-commits] GNU Guile branch, srfi-41, updated. v2.0.7-215-gb6e0f7a
From: |
Mark H Weaver |
Subject: |
[Guile-commits] GNU Guile branch, srfi-41, updated. v2.0.7-215-gb6e0f7a |
Date: |
Thu, 21 Mar 2013 16:31:02 +0000 |
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GNU Guile".
http://git.savannah.gnu.org/cgit/guile.git/commit/?id=b6e0f7ab60cc7b9c8e15beb4778219b31aab0cc1
The branch, srfi-41 has been updated
via b6e0f7ab60cc7b9c8e15beb4778219b31aab0cc1 (commit)
from 821becfc39399d35d92643ed77171374aa781318 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit b6e0f7ab60cc7b9c8e15beb4778219b31aab0cc1
Author: Mark H Weaver <address@hidden>
Date: Thu Mar 21 12:30:10 2013 -0400
Add missing 'cond-expand-provide'.
* module/srfi/srfi-41.scm: Add missing 'cond-expand-provide'.
-----------------------------------------------------------------------
Summary of changes:
module/srfi/srfi-41.scm | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/module/srfi/srfi-41.scm b/module/srfi/srfi-41.scm
index 16596ce..a2e064c 100644
--- a/module/srfi/srfi-41.scm
+++ b/module/srfi/srfi-41.scm
@@ -39,6 +39,8 @@
stream-scan stream-take stream-take-while stream-unfold
stream-unfolds stream-zip))
+(cond-expand-provide (current-module) '(srfi-41))
+
;;; Private supporting functions and macros.
(define-syntax-rule (must pred obj func msg args ...)
hooks/post-receive
--
GNU Guile
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Guile-commits] GNU Guile branch, srfi-41, updated. v2.0.7-215-gb6e0f7a,
Mark H Weaver <=