Part of one of Jarkko's g++ patches that was missed.
Steve Peters [Tue, 22 Aug 2006 20:16:55 +0000 (20:16 +0000)]
p4raw-id: //depot/perl@28749

reentr.h
reentr.pl

index ca526c4..3bd9030 100644 (file)
--- a/reentr.h
+++ b/reentr.h
@@ -1425,4 +1425,9 @@ 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 13cf4d1..0a60a15 100644 (file)
--- a/reentr.pl
+++ b/reentr.pl
@@ -760,6 +760,11 @@ 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