summaryrefslogtreecommitdiff
path: root/perl.h
diff options
context:
space:
mode:
authorRafael Garcia-Suarez <rgarciasuarez@gmail.com>2007-01-15 08:22:08 +0000
committerRafael Garcia-Suarez <rgarciasuarez@gmail.com>2007-01-15 08:22:08 +0000
commit7b82c93812e18a92e98b364b3e820e455a5a1358 (patch)
tree364e547973f4c2a4ff6b760559f4d94bc470c555 /perl.h
parentaa1f7c5b6ec66b97fca8377d522bdd9e4ff098de (diff)
downloadperl-7b82c93812e18a92e98b364b3e820e455a5a1358.tar.gz
Revert perl.h part of change 29811, which breaks compilation with gcc
p4raw-id: //depot/perl@29813
Diffstat (limited to 'perl.h')
-rw-r--r--perl.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/perl.h b/perl.h
index 8c8e078887..373062f0b2 100644
--- a/perl.h
+++ b/perl.h
@@ -3891,7 +3891,7 @@ typedef Sighandler_t Sigsave_t;
#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 \