5.10.x Perl_op_clear PM_GETRE_SAFE still in CORE
by Reini Urban other posts by this author
Jul 6 2008 7:41AM messages near this date
Re: [perl #56644] PerlIO resource leaks on open() and then :pop in :unix and :stdio
|
Re: 5.10.x Perl_op_clear PM_GETRE_SAFE still in CORE
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.
--
Reini Urban
http://phpwiki.org/ http://murbreak.at/
Thread:
Reini Urban
Reini Urban
|