This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
op_parent(): only exist under -DPERL_OP_PARENT
authorDavid Mitchell <davem@iabyn.com>
Fri, 17 Apr 2015 19:38:49 +0000 (20:38 +0100)
committerDavid Mitchell <davem@iabyn.com>
Sun, 19 Apr 2015 17:42:00 +0000 (18:42 +0100)
commit1fafe688be3ff13b81d5e18b2a8766dd719ee8eb
tree20f30acb1bdcf2fb7761b3d570ac7c18630b6e5c
parente7c18dde420590ee76509d2187610a43444ad069
op_parent(): only exist under -DPERL_OP_PARENT

Make the function Perl_op_parent() only be present in perls built with
-DPERL_OP_PARENT. Previously the function was present in all builds, but
always returned NULL on non PERL_OP_PARENT builds.
embed.fnc
embed.h
ext/B/B.xs
ext/B/t/b.t
makedef.pl
op.c
proto.h