diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 2007-11-02 17:38:48 -0400 |
---|---|---|
committer | Dave Mitchell <davem@fdisolutions.com> | 2007-11-03 11:57:00 +0000 |
commit | 77db880c5ac7a05cd8bbb0ffe765e93c9716c130 (patch) | |
tree | a2ba03135802aee4691eef455d8dd532dd60a073 /perliol.h | |
parent | 680ed74dc0c52ab677066ffb3d985dceec0d8bfd (diff) | |
download | perl-77db880c5ac7a05cd8bbb0ffe765e93c9716c130.tar.gz |
Re: building mod_perl-2.0.3 with Perl 5.10.0 (DEVEL32096)
Message-Id: <472BD128.9080105@iki.fi>
PerlIO_teardown is called when there may no longer be an
interpreter available
p4raw-id: //depot/perl@32215
Diffstat (limited to 'perliol.h')
-rw-r--r-- | perliol.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -170,7 +170,7 @@ PERL_EXPORT_C void PerlIO_list_free(pTHX_ PerlIO_list_t *list); /* PerlIO_teardown doesn't need exporting, but the EXTERN_C is needed * for compiling as C++. Must also match with what perl.h says. */ -EXTERN_C void PerlIO_teardown(pTHX); +EXTERN_C void PerlIO_teardown(); /*--------------------------------------------------------------------------------------*/ /* Generic, or stub layer functions */ |