From: Nick Ing-Simmons Date: Thu, 12 Jul 2001 11:55:48 +0000 (+0000) Subject: Exclude reentrant_buffer from .def file X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=5bcb3f6cb4b756598a342fcff08b0a7b18954891;p=p5sagit%2Fp5-mst-13.2.git Exclude reentrant_buffer from .def file p4raw-id: //depot/perlio@11296 --- diff --git a/makedef.pl b/makedef.pl index a1713f4..e3ce8ae 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