diff options
author | Nick Ing-Simmons <nik@tiuk.ti.com> | 2001-07-12 11:55:48 +0000 |
---|---|---|
committer | Nick Ing-Simmons <nik@tiuk.ti.com> | 2001-07-12 11:55:48 +0000 |
commit | 5bcb3f6cb4b756598a342fcff08b0a7b18954891 (patch) | |
tree | 109a02d1ddcba580a2d8959ab21c7904776e80de /makedef.pl | |
parent | 190e4ad02ede9c6b01b1592b98f2bc361e74d384 (diff) | |
download | perl-5bcb3f6cb4b756598a342fcff08b0a7b18954891.tar.gz |
Exclude reentrant_buffer from .def file
p4raw-id: //depot/perlio@11296
Diffstat (limited to 'makedef.pl')
-rw-r--r-- | makedef.pl | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/makedef.pl b/makedef.pl index a1713f401b..e3ce8ae31b 100644 --- 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 |