From 4922ac1965f48a60b4e1d5d7776c4097f3edb79f Mon Sep 17 00:00:00 2001 From: Steve Peters Date: Wed, 23 Aug 2006 03:04:47 +0000 Subject: [PATCH] The previous change causes compile failures with threaded Perls. p4raw-id: //depot/perl@28750 --- reentr.h | 5 ----- reentr.pl | 5 ----- 2 files changed, 10 deletions(-) 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 -- 1.8.3.1