This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
convert CX_PUSH/POP/TOPBLOCK to inline fns
authorDavid Mitchell <davem@iabyn.com>
Wed, 30 Dec 2015 11:46:22 +0000 (11:46 +0000)
committerDavid Mitchell <davem@iabyn.com>
Wed, 3 Feb 2016 09:19:19 +0000 (09:19 +0000)
commited8ff0f310e9159df865ecc2e1d316816e8cc11e
treed33dd28d8a6105f5eb425782a96960c4ad14bfc6
parent56e049cab541dc6047fb5dc83d9073b2034de541
convert  CX_PUSH/POP/TOPBLOCK to inline fns

Replace CX_PUSHBLOCK() with cx_pushblock() etc.

No functional changes.
12 files changed:
cop.h
embed.fnc
embed.h
ext/XS-APItest/APItest.xs
inline.h
op.c
perl.c
pp_ctl.c
pp_hot.c
pp_sort.c
pp_sys.c
proto.h