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
commite8632036586f40485a0383421ac8cee2b9de65e4 (patch)
tree21379539ebf75ae34107ec4befd0295ba370893e /perlio.c
parent0de7d1a6dbad298170dc03586eac337ac8b2bc61 (diff)
downloadperl-e8632036586f40485a0383421ac8cee2b9de65e4.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