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 | f2356056a38286f3e99d291b717ce51dbe1b57fe (patch) | |
tree | 109a02d1ddcba580a2d8959ab21c7904776e80de /makedef.pl | |
parent | 3b17e187035fcfb2c13e67bbf6bd648f769f9853 (diff) | |
download | perl-f2356056a38286f3e99d291b717ce51dbe1b57fe.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 |