guile-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH] Add private port structure, and move iconv descriptors there


From: Andy Wingo
Subject: Re: [PATCH] Add private port structure, and move iconv descriptors there
Date: Mon, 01 Apr 2013 21:04:37 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.2 (gnu/linux)

On Sun 31 Mar 2013 21:44, Mark H Weaver <address@hidden> writes:

> +  {
> +    GC_finalization_proc prev_finalizer;
> +    GC_PTR prev_finalization_data;
> +
> +    /* Register a finalizer to close the descriptors.  */
> +    GC_REGISTER_FINALIZER_NO_ORDER (id, finalize_iconv_descriptors, 0,
> +                                    &prev_finalizer, 
> &prev_finalization_data);
> +  }

Here we really want 6978c673393a960d7caf604b8c72ff2b5fe0f4ec; committed
as 75ba64d6797f5857cc9885eb753126119a8c8b68 in stable-2.0, but probably
needs to be manually reapplied here.

Otherwise looks great to me.
-- 
http://wingolog.org/



reply via email to

[Prev in Thread] Current Thread [Next in Thread]