Make the PerlIO_init() prototypes consistent.
Jarkko Hietaniemi [Tue, 23 Oct 2001 13:03:21 +0000 (13:03 +0000)]
p4raw-id: //depot/perl@12604

perlio.c

index 4d05303..2c9e7a8 100644 (file)
--- 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