Change 12604 by jhi@alpha on 2001/10/23 13:03:21
Make the PerlIO_init() prototypes consistent.
Affected files ...
... //depot/perl/perlio.c#130 edit
Differences ...
==== //depot/perl/perlio.c#130 (text) ====
Index: perl/perlio.c
--- perl/perlio.c.~1~ Tue Oct 23 07:15:05 2001
+++ perl/perlio.c Tue Oct 23 07:15:05 2001
@@ -251,7 +251,7 @@
#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 @@
}
void
-PerlIO_init(void)
+PerlIO_init(pTHX)
{
/*
* Force this file to be included in perl binary. Which allows this
End of Patch.