summaryrefslogtreecommitdiff
path: root/proto.h
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 /proto.h
parent199100c871a030cc44240072644abe9aab66bc02 (diff)
downloadperl-5fec647a952947a91de8c7e8de5b2f8a1661fe02.tar.gz
Remove #ifdef DEPRECATED stuff: newXSUB, pp_entersubr, FREE_TMPS().
p4raw-id: //depot/perl@206
Diffstat (limited to 'proto.h')
-rw-r--r--proto.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/proto.h b/proto.h
index 963cd171f4..2bfc9be3d5 100644
--- a/proto.h
+++ b/proto.h
@@ -305,9 +305,6 @@ OP* newSLICEOP _((I32 flags, OP* subscript, OP* list));
OP* newSTATEOP _((I32 flags, char* label, OP* o));
CV* newSUB _((I32 floor, OP* o, OP* proto, OP* block));
CV* newXS _((char* name, void (*subaddr)(CV* cv), char* filename));
-#ifdef DEPRECATED
-CV* newXSUB _((char* name, I32 ix, I32 (*subaddr)(int,int,int), char* filename));
-#endif
AV* newAV _((void));
OP* newAVREF _((OP* o));
OP* newBINOP _((I32 type, I32 flags, OP* first, OP* last));