This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Deprecate sv_compile_2op()
authorNicholas Clark <nick@ccl4.org>
Wed, 24 Nov 2010 17:56:39 +0000 (17:56 +0000)
committerNicholas Clark <nick@ccl4.org>
Wed, 24 Nov 2010 17:56:39 +0000 (17:56 +0000)
commitd59a8b3e000058b06c6c29b782826d702b04630a
tree480fdee8b5c45b768047ba83ffed3614be37c713
parent36b0d4988e189eb69539628bc132047fcdcbac92
Deprecate sv_compile_2op()

It attempted to provide an API to compile code down to an optree, but failed
to bind correctly to lexicals in the enclosing scope. It's not possible to
fix this problem within the constraints of its parameters and return value.

Searches suggest +that nothing on CPAN is using it, so removing it should have
zero impact.
embed.fnc
pod/perldelta.pod
pp_ctl.c
proto.h
regcomp.c