Change 29813 by [EMAIL PROTECTED] on 2007/01/15 08:22:08

        Revert perl.h part of change 29811, which breaks compilation with gcc

Affected files ...

... //depot/perl/perl.h#756 edit

Differences ...

==== //depot/perl/perl.h#756 (text) ====
Index: perl/perl.h
--- perl/perl.h#755~29811~      2007-01-14 23:42:37.000000000 -0800
+++ perl/perl.h 2007-01-15 00:22:08.000000000 -0800
@@ -3891,7 +3891,7 @@
 #endif
 
 #ifdef USE_PERLIO
-EXTERN_C PERL_EXPORT_C void PerlIO_teardown(pTHX);
+EXTERN_C void PerlIO_teardown(pTHX);
 # ifdef USE_ITHREADS
 #  define PERLIO_INIT MUTEX_INIT(&PL_perlio_mutex)
 #  define PERLIO_TERM                          \
End of Patch.

Reply via email to