CARVIEW |
Select Language
HTTP/2 200
cache-control: max-age=43200
server: Combust/Plack (Perl)
vary: Accept-Encoding
content-encoding: gzip
content-length: 1316
content-type: text/html; charset=utf-8
last-modified: Sat, 11 Oct 2025 15:45:18 GMT
date: Sat, 11 Oct 2025 15:45:18 GMT
strict-transport-security: max-age=15768000
5.10.x Perl_op_clear PM_GETRE_SAFE still in CORE - nntp.perl.org
Front page | perl.perl5.porters |
Postings from July 2008
nntp.perl.org: Perl Programming lists via nntp and http.
Comments to Ask Bjørn Hansen at ask@perl.org | Group listing | About

5.10.x Perl_op_clear PM_GETRE_SAFE still in CORE
Thread NextFrom:
Reini UrbanDate:
July 6, 2008 07:41Subject:
5.10.x Perl_op_clear PM_GETRE_SAFE still in COREMessage ID:
4870D977.9070001@x-ray.atMAINT34065 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 https://phpwiki.org/ https://murbreak.at/Thread Next
- 5.10.x Perl_op_clear PM_GETRE_SAFE still in CORE by Reini Urban
- Re: 5.10.x Perl_op_clear PM_GETRE_SAFE still in CORE by Reini Urban
nntp.perl.org: Perl Programming lists via nntp and http.
Comments to Ask Bjørn Hansen at ask@perl.org | Group listing | About