From: Jarkko Hietaniemi Date: Tue, 23 Oct 2001 13:03:21 +0000 (+0000) Subject: Make the PerlIO_init() prototypes consistent. X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=e8632036586f40485a0383421ac8cee2b9de65e4;p=p5sagit%2Fp5-mst-13.2.git Make the PerlIO_init() prototypes consistent. p4raw-id: //depot/perl@12604 --- diff --git a/perlio.c b/perlio.c index 4d05303..2c9e7a8 100644 --- a/perlio.c +++ b/perlio.c @@ -251,7 +251,7 @@ Perl_boot_core_PerlIO(pTHX) #ifdef PERLIO_IS_STDIO void -PerlIO_init(void) +PerlIO_init(pTHX) { /* * Does nothing (yet) except force this file to be included in perl @@ -288,7 +288,7 @@ PerlIO_tmpfile(void) } void -PerlIO_init(void) +PerlIO_init(pTHX) { /* * Force this file to be included in perl binary. Which allows this