This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Change OP_SIBLING to OpSIBLING
authorFather Chrysostomos <sprout@cpan.org>
Mon, 8 Dec 2014 01:11:21 +0000 (17:11 -0800)
committerFather Chrysostomos <sprout@cpan.org>
Mon, 8 Dec 2014 01:32:36 +0000 (17:32 -0800)
commite6dae479a92dc835be9b026ea350a20b94199aa2
tree5913265cf5fd1110d2a3844ea0ddecdc06c8d9ff
parent1daa0c574de23f83ee2d6bba1bc312c165d72dee
Change OP_SIBLING to OpSIBLING

to match the existing convention (OpREFCNT, OpSLAB).

Dave Mitchell asked me to wait until after his multideref work
was merged.

Unfortunately, there are now CPAN modules using OP_SIBLING.
16 files changed:
dist/IO/IO.xs
dump.c
ext/B/B.xs
ext/Devel-Peek/Peek.xs
ext/XS-APItest/APItest.xs
ext/arybase/arybase.xs
op.c
op.h
pad.c
pod/perlguts.pod
pp_ctl.c
pp_sort.c
regcomp.c
regexec.c
sv.c
util.c