summaryrefslogtreecommitdiff
path: root/pp_ctl.c
diff options
context:
space:
mode:
authorMalcolm Beattie <mbeattie@sable.ox.ac.uk>1997-11-06 14:37:37 +0000
committerMalcolm Beattie <mbeattie@sable.ox.ac.uk>1997-11-06 14:37:37 +0000
commit5fec647a952947a91de8c7e8de5b2f8a1661fe02 (patch)
treee4f86d854eb6533f931d992c7a48e03e2c5dbb41 /pp_ctl.c
parent199100c871a030cc44240072644abe9aab66bc02 (diff)
downloadperl-5fec647a952947a91de8c7e8de5b2f8a1661fe02.tar.gz
Remove #ifdef DEPRECATED stuff: newXSUB, pp_entersubr, FREE_TMPS().
p4raw-id: //depot/perl@206
Diffstat (limited to 'pp_ctl.c')
-rw-r--r--pp_ctl.c15
1 files changed, 0 insertions, 15 deletions
diff --git a/pp_ctl.c b/pp_ctl.c
index d4d2e2f4a2..915ee6c588 100644
--- a/pp_ctl.c
+++ b/pp_ctl.c
@@ -1117,21 +1117,6 @@ PP(pp_orassign)
RETURNOP(cLOGOP->op_other);
}
-#ifdef DEPRECATED
-PP(pp_entersubr)
-{
- dSP;
- SV** mark = (stack_base + *markstack_ptr + 1);
- SV* cv = *mark;
- while (mark < sp) { /* emulate old interface */
- *mark = mark[1];
- mark++;
- }
- *sp = cv;
- return pp_entersub(ARGS);
-}
-#endif
-
PP(pp_caller)
{
dSP;