projects
/
p5sagit/p5-mst-13.2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
190e4ad
)
Exclude reentrant_buffer from .def file
Nick Ing-Simmons [Thu, 12 Jul 2001 11:55:48 +0000 (11:55 +0000)]
p4raw-id: //depot/perlio@11296
makedef.pl
patch
|
blob
|
blame
|
history
diff --git
a/makedef.pl
b/makedef.pl
index
a1713f4
..
e3ce8ae
100644
(file)
--- a/
makedef.pl
+++ b/
makedef.pl
@@
-469,6
+469,12
@@
unless ($define{'PERL_FLEXIBLE_EXCEPTIONS'}) {
)];
}
+unless ($define{'USE_REENTRANT_API'}) {
+ skip_symbols [qw(
+ PL_reentrant_buffer
+ )];
+}
+
if ($define{'MYMALLOC'}) {
emit_symbols [qw(
Perl_dump_mstats