From e3bb26e0aa4d50c1d18638138d04d2c37a88fadc Mon Sep 17 00:00:00 2001 From: Steve Peters Date: Tue, 22 Aug 2006 20:16:55 +0000 Subject: Part of one of Jarkko's g++ patches that was missed. p4raw-id: //depot/perl@28749 --- reentr.pl | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'reentr.pl') diff --git a/reentr.pl b/reentr.pl index 13cf4d1087..0a60a15ae3 100644 --- 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 -- cgit v1.2.1