diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 2001-10-23 13:03:21 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2001-10-23 13:03:21 +0000 |
commit | e8632036586f40485a0383421ac8cee2b9de65e4 (patch) | |
tree | 21379539ebf75ae34107ec4befd0295ba370893e /perlio.c | |
parent | 0de7d1a6dbad298170dc03586eac337ac8b2bc61 (diff) | |
download | perl-e8632036586f40485a0383421ac8cee2b9de65e4.tar.gz |
Make the PerlIO_init() prototypes consistent.
p4raw-id: //depot/perl@12604
Diffstat (limited to 'perlio.c')
-rw-r--r-- | perlio.c | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 |