Change 29826 by [EMAIL PROTECTED] on 2007/01/15 14:15:35
Proper symbian fix (replacing change #29813) by Jarkko
Affected files ...
... //depot/perl/perl.h#757 edit
Differences ...
==== //depot/perl/perl.h#757 (text) ====
Index: perl/perl.h
--- perl/perl.h#756~29813~ 2007-01-15 00:22:08.000000000 -0800
+++ perl/perl.h 2007-01-15 06:15:35.000000000 -0800
@@ -3891,7 +3891,7 @@
#endif
#ifdef USE_PERLIO
-EXTERN_C void PerlIO_teardown(pTHX);
+PERL_EXPORT_C void PerlIO_teardown(pTHX);
# ifdef USE_ITHREADS
# define PERLIO_INIT MUTEX_INIT(&PL_perlio_mutex)
# define PERLIO_TERM \
End of Patch.