This is a live mirror of the Perl 5 development currently hosted at
https://github.com/perl/perl5
https://perl5.git.perl.org
/
perl5.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
The previous change causes compile failures with threaded Perls.
[perl5.git]
/
reentr.h
diff --git
a/reentr.h
b/reentr.h
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: */