[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Guile-commits] GNU Guile branch, stable-2.0, updated. v2.0.7-275-g1fa89
From: |
Mark H Weaver |
Subject: |
[Guile-commits] GNU Guile branch, stable-2.0, updated. v2.0.7-275-g1fa89aa |
Date: |
Tue, 02 Apr 2013 22:06:07 +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=1fa89aaf6191dfe24e7494726ce37b698736103f
The branch, stable-2.0 has been updated
via 1fa89aaf6191dfe24e7494726ce37b698736103f (commit)
from 1ee237d9a159e0e9a995ecb9fea24e1d39a7c5e1 (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 1fa89aaf6191dfe24e7494726ce37b698736103f
Author: Mark H Weaver <address@hidden>
Date: Tue Apr 2 18:02:56 2013 -0400
Remove uses of GC_PTR in 'finalize_iconv_descriptors'.
* libguile/ports.c (finalize_iconv_descriptors): Change GC_PTR to
(void *) in parameter types.
-----------------------------------------------------------------------
Summary of changes:
libguile/ports.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/libguile/ports.c b/libguile/ports.c
index 2170d96..af563c8 100644
--- a/libguile/ports.c
+++ b/libguile/ports.c
@@ -2266,7 +2266,7 @@ scm_i_default_port_encoding (void)
}
static void
-finalize_iconv_descriptors (GC_PTR ptr, GC_PTR data)
+finalize_iconv_descriptors (void *ptr, void *data)
{
close_iconv_descriptors (ptr);
}
hooks/post-receive
--
GNU Guile
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Guile-commits] GNU Guile branch, stable-2.0, updated. v2.0.7-275-g1fa89aa,
Mark H Weaver <=