From: Rafael Garcia-Suarez Date: Mon, 15 Jan 2007 08:22:08 +0000 (+0000) Subject: Revert perl.h part of change 29811, which breaks compilation with gcc X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=7b82c93812e18a92e98b364b3e820e455a5a1358;p=p5sagit%2Fp5-mst-13.2.git Revert perl.h part of change 29811, which breaks compilation with gcc p4raw-id: //depot/perl@29813 --- diff --git a/perl.h b/perl.h index 8c8e078..373062f 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 \