From 4922ac1965f48a60b4e1d5d7776c4097f3edb79f Mon Sep 17 00:00:00 2001 From: Steve Peters Date: Wed, 23 Aug 2006 03:04:47 +0000 Subject: The previous change causes compile failures with threaded Perls. p4raw-id: //depot/perl@28750 --- reentr.h | 5 ----- 1 file changed, 5 deletions(-) (limited to 'reentr.h') diff --git a/reentr.h b/reentr.h index 3bd9030306..ca526c456b 100644 --- a/reentr.h +++ b/reentr.h @@ -1425,9 +1425,4 @@ typedef struct { #endif -PERL_CALLCONV void Perl_reentrant_size(pTHX); -PERL_CALLCONV void Perl_reentrant_init(pTHX); -PERL_CALLCONV void Perl_reentrant_free(pTHX); -PERL_CALLCONV void* Perl_reentrant_retry(const char *f, ...); - /* ex: set ro: */ -- cgit v1.2.1