summaryrefslogtreecommitdiff
path: root/proto.h
diff options
context:
space:
mode:
authorDave Mitchell <davem@fdisolutions.com>2004-07-23 10:35:16 +0000
committerDave Mitchell <davem@fdisolutions.com>2004-07-23 10:35:16 +0000
commit7be51a492103f5312d8e2c90a7d13d18dab93c61 (patch)
tree982f59414e02ecf451a303093773734a23adbeec /proto.h
parentf39bc417872f70cd842818eabb72f1c97d78cdd2 (diff)
downloadperl-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.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/proto.h b/proto.h
index 39a5e203b8..5d27377bf8 100644
--- a/proto.h
+++ b/proto.h
@@ -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);