summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteve Peters <steve@fisharerojo.org>2006-08-23 03:04:47 +0000
committerSteve Peters <steve@fisharerojo.org>2006-08-23 03:04:47 +0000
commit4922ac1965f48a60b4e1d5d7776c4097f3edb79f (patch)
treec2bff3065b1ab048cf5816736c07ade6054a0d82
parente3bb26e0aa4d50c1d18638138d04d2c37a88fadc (diff)
downloadperl-4922ac1965f48a60b4e1d5d7776c4097f3edb79f.tar.gz
The previous change causes compile failures with threaded Perls.
p4raw-id: //depot/perl@28750
-rw-r--r--reentr.h5
-rw-r--r--reentr.pl5
2 files changed, 0 insertions, 10 deletions
diff --git a/reentr.h b/reentr.h
index 3bd9030306..ca526c456b 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 0a60a15ae3..13cf4d1087 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