diff options
author | Steve Hay <SteveHay@planit.com> | 2008-02-25 17:42:38 +0000 |
---|---|---|
committer | Steve Hay <SteveHay@planit.com> | 2008-02-25 17:42:38 +0000 |
commit | 0934c9d92d03b9af0e4cebeaa0942ad89e7cc04b (patch) | |
tree | 00d50ab3dd5df478121b7a73bff04b637f3506c1 /perliol.h | |
parent | c427f4d2d4575fbc8a5190932fe321136c7597b3 (diff) | |
download | perl-0934c9d92d03b9af0e4cebeaa0942ad89e7cc04b.tar.gz |
Silence Borland compiler warnings (except for warnings from zlib) here:
http://www.nntp.perl.org/group/perl.daily-build.reports/2008/02/msg53937.html
p4raw-id: //depot/perl@33370
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(); +EXTERN_C void PerlIO_teardown(void); /*--------------------------------------------------------------------------------------*/ /* Generic, or stub layer functions */ |