This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
add CX_CUR() macro
authorDavid Mitchell <davem@iabyn.com>
Wed, 21 Oct 2015 08:28:52 +0000 (09:28 +0100)
committerDavid Mitchell <davem@iabyn.com>
Wed, 3 Feb 2016 09:18:31 +0000 (09:18 +0000)
commit4ebe6e957149a0288810b6241653721d805397aa
treeed141b6705ef0a1c15337babf3bdce722b665105
parent77189b8c243837b664cb444e867999e67e87ca44
add CX_CUR() macro

This is simply

    #define CX_CUR() (&cxstack[cxstack_ix])
cop.h
op.c
perl.c
pp.c
pp_ctl.c
pp_hot.c
pp_sort.c
pp_sys.c
toke.c