From: Steve Peters Date: Wed, 23 Aug 2006 03:04:47 +0000 (+0000) Subject: The previous change causes compile failures with threaded Perls. X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=4922ac1965f48a60b4e1d5d7776c4097f3edb79f;p=p5sagit%2Fp5-mst-13.2.git The previous change causes compile failures with threaded Perls. p4raw-id: //depot/perl@28750 --- diff --git a/reentr.h b/reentr.h index 3bd9030..ca526c4 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: */ diff --git a/reentr.pl b/reentr.pl index 0a60a15..13cf4d1 100644 --- a/reentr.pl +++ b/reentr.pl @@ -760,11 +760,6 @@ 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: */ EOF