From 5fec647a952947a91de8c7e8de5b2f8a1661fe02 Mon Sep 17 00:00:00 2001 From: Malcolm Beattie Date: Thu, 6 Nov 1997 14:37:37 +0000 Subject: Remove #ifdef DEPRECATED stuff: newXSUB, pp_entersubr, FREE_TMPS(). p4raw-id: //depot/perl@206 --- proto.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'proto.h') 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)); -- cgit v1.2.1