Re: 5.10.x Perl_op_clear PM_GETRE_SAFE still in CORE
by Reini Urban other posts by this author
Jul 6 2008 11:47AM messages near this date
5.10.x Perl_op_clear PM_GETRE_SAFE still in CORE
|
Fwd: Perl histories back to 1995 in MarkMail
Reini Urban schrieb:
> MAINT34065 5.10.x current, with DEBUGGING fails, because PM_GETRE_SAFE
> is still used in CORE, in Perl_op_clear.
>
> opmini.c: In function `Perl_op_clear':
> opmini.c:622: warning: implicit declaration of function `PM_GETRE_SAFE'
> opmini.c:622: warning: passing arg 2 of `Perl_pregfree' makes pointer
> from integer without a cast
> opmini.c:623: warning: implicit declaration of function `PM_SETRE_SAFE'
> opmini.c:629: warning: initialization makes pointer from integer without
> a cast
>
> So the # ifndef PERL_CORE
> /* No longer used anywhere in the core. Migrate to Devel::PPPort? */
> in op.h has to be removed.
>
> The attached is a temporary countermeasure until it is really resolved
> somehow.
The previous patch was wrong. Attached is a correct one.
--
Reini Urban
http://phpwiki.org/ http://murbreak.at/
Thread:
Reini Urban
Reini Urban
|