From 0934c9d92d03b9af0e4cebeaa0942ad89e7cc04b Mon Sep 17 00:00:00 2001 From: Steve Hay Date: Mon, 25 Feb 2008 17:42:38 +0000 Subject: 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 --- perliol.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'perliol.h') diff --git a/perliol.h b/perliol.h index 9a08d81a12..6b714bb6ef 100644 --- a/perliol.h +++ b/perliol.h @@ -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 */ -- cgit v1.2.1