diff options
author | Dave Mitchell <davem@fdisolutions.com> | 2004-07-23 10:35:16 +0000 |
---|---|---|
committer | Dave Mitchell <davem@fdisolutions.com> | 2004-07-23 10:35:16 +0000 |
commit | 7be51a492103f5312d8e2c90a7d13d18dab93c61 (patch) | |
tree | 982f59414e02ecf451a303093773734a23adbeec /proto.h | |
parent | f39bc417872f70cd842818eabb72f1c97d78cdd2 (diff) | |
download | perl-7be51a492103f5312d8e2c90a7d13d18dab93c61.tar.gz |
remove binary compat from #23156 (remove PL_retstack)
p4raw-id: //depot/perl@23157
Diffstat (limited to 'proto.h')
-rw-r--r-- | proto.h | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -572,10 +572,8 @@ PERL_CALLCONV void Perl_pidgone(pTHX_ Pid_t pid, int status); PERL_CALLCONV void Perl_pmflag(pTHX_ U32* pmfl, int ch); PERL_CALLCONV OP* Perl_pmruntime(pTHX_ OP* pm, OP* expr, OP* repl); PERL_CALLCONV OP* Perl_pmtrans(pTHX_ OP* o, OP* expr, OP* repl); -PERL_CALLCONV OP* Perl_pop_return(pTHX); PERL_CALLCONV void Perl_pop_scope(pTHX); PERL_CALLCONV OP* Perl_prepend_elem(pTHX_ I32 optype, OP* head, OP* tail); -PERL_CALLCONV void Perl_push_return(pTHX_ OP* o); PERL_CALLCONV void Perl_push_scope(pTHX); PERL_CALLCONV OP* Perl_ref(pTHX_ OP* o, I32 type); PERL_CALLCONV OP* Perl_refkids(pTHX_ OP* o, I32 type); |