This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Split ck_open into two functions
authorFather Chrysostomos <sprout@cpan.org>
Wed, 6 Nov 2013 01:51:50 +0000 (17:51 -0800)
committerFather Chrysostomos <sprout@cpan.org>
Wed, 6 Nov 2013 13:56:04 +0000 (05:56 -0800)
commit9ce1fb7d2323e20e2cf2480171cbfb4f2b1153ea
treed4ba95e015ef45a6fdc4d598af274bdee2eb21b3
parent48c2c411a1dfc4a3e5e0e6829b02441a37bb3081
Split ck_open into two functions

It is used for two op types, but only a small portion of it applies
to both, so we can put that in a static function.  This makes the
next commit easier.
embed.h
op.c
opcode.h
proto.h
regen/opcodes