This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
remove the return stack PL_retstack, and store return ops in the CX
authorDave Mitchell <davem@fdisolutions.com>
Fri, 23 Jul 2004 09:52:59 +0000 (09:52 +0000)
committerDave Mitchell <davem@fdisolutions.com>
Fri, 23 Jul 2004 09:52:59 +0000 (09:52 +0000)
commitf39bc417872f70cd842818eabb72f1c97d78cdd2
tree580290513860e81838a2510e5ea1fa7fc109e826
parent0dfdcd8a63a82bd61087d84a6f130e03a4b20ed9
remove the return stack PL_retstack, and store return ops in the CX
structure directly instead

p4raw-id: //depot/perl@23156
cc_runtime.h
cop.h
deb.c
mg.c
perl.c
pp_ctl.c
pp_hot.c
pp_sys.c
scope.c
sv.c
thrdvar.h