From 6ee623d521a149edc6574c512fa951a192cd086a Mon Sep 17 00:00:00 2001 From: Gurusamy Sarathy Date: Thu, 14 May 1998 22:24:26 +0000 Subject: [win32] integrate mainline p4raw-id: //depot/win32/perl@973 --- proto.h | 4 ---- 1 file changed, 4 deletions(-) (limited to 'proto.h') diff --git a/proto.h b/proto.h index fb2048046e..03c91d34c1 100644 --- a/proto.h +++ b/proto.h @@ -335,11 +335,7 @@ SV* newRV _((SV* ref)); #if !defined(__GNUC__) && (defined(CRIPPLED_CC) || defined(USE_THREADS)) SV* newRV_noinc _((SV *)); #endif -#ifdef LEAKTEST -SV* newSV _((I32 x, STRLEN len)); -#else SV* newSV _((STRLEN len)); -#endif OP* newSVREF _((OP* o)); OP* newSVOP _((I32 type, I32 flags, SV* sv)); SV* newSViv _((IV i)); -- cgit v1.2.1