The previous change causes compile failures with threaded Perls.
Steve Peters [Wed, 23 Aug 2006 03:04:47 +0000 (03:04 +0000)]
p4raw-id: //depot/perl@28750

reentr.h
reentr.pl

index 3bd9030..ca526c4 100644 (file)
--- 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: */
index 0a60a15..13cf4d1 100644 (file)
--- 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