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
Part of one of Jarkko's g++ patches that was missed.
[perl5.git]
/
reentr.h
diff --git
a/reentr.h
b/reentr.h
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: */