Re: [PATCH HTML-Parser-3.05] v5.5.670 i686-linux-thread-multi
Gisle Aas (gisle@aas.no)
06 Mar 2000 14:33:42 +0100
Doug MacEachern <dougm@pobox.com> writes:
> libwww-perl's make test bombs with thread-multi perl, bandaid below fixes.
> is something that should be fixed in Perl?
>
> --- Parser.xs~ Fri Jan 21 13:59:07 2000
> +++ Parser.xs Wed Mar 1 13:32:28 2000
> @@ -141,8 +141,12 @@
> }
>
>
> +#ifndef pTHX_
> +#define pTHX_
> +#endif
> +
> static int
> -magic_free_pstate(SV *sv, MAGIC *mg)
> +magic_free_pstate(pTHX_ SV *sv, MAGIC *mg)
> {
> free_pstate(get_pstate_iv(sv));
> return 0;
This patch will be in 3.06.
Regards,
Gisle