summaryrefslogtreecommitdiff
path: root/perlio.c
diff options
context:
space:
mode:
authorJarkko Hietaniemi <jhi@iki.fi>2001-10-23 13:03:21 +0000
committerJarkko Hietaniemi <jhi@iki.fi>2001-10-23 13:03:21 +0000
commit65f1aa3c6509271ca34287880def255047a34c72 (patch)
tree21379539ebf75ae34107ec4befd0295ba370893e /perlio.c
parentac2b37906a8ece2b1e601d32ee97fc71380f9bce (diff)
downloadperl-65f1aa3c6509271ca34287880def255047a34c72.tar.gz
Make the PerlIO_init() prototypes consistent.
p4raw-id: //depot/perl@12604
Diffstat (limited to 'perlio.c')
-rw-r--r--perlio.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/perlio.c b/perlio.c
index 4d05303cf9..2c9e7a8ff2 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