diff options
author | Steve Hay <SteveHay@planit.com> | 2006-08-29 13:24:56 +0000 |
---|---|---|
committer | Steve Hay <SteveHay@planit.com> | 2006-08-29 13:24:56 +0000 |
commit | 5d477a6df415688392cecb2d16fade0065706d72 (patch) | |
tree | f689797da668a13b078b19735bc38ac6bcd2a6f3 /ext | |
parent | 1be1675bc13d9dd70ace9cdbd03868d52a2e8157 (diff) | |
download | perl-5d477a6df415688392cecb2d16fade0065706d72.tar.gz |
Silence Borland compiler warnings in XS::APItest and Win32
(See: http://www.nntp.perl.org/group/perl.daily-build.reports/40471)
p4raw-id: //depot/perl@28768
Diffstat (limited to 'ext')
-rw-r--r-- | ext/XS/APItest/APItest.xs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/XS/APItest/APItest.xs b/ext/XS/APItest/APItest.xs index 0c5c5175e8..d83e32f216 100644 --- a/ext/XS/APItest/APItest.xs +++ b/ext/XS/APItest/APItest.xs @@ -30,7 +30,7 @@ my_cxt_setint_p(pMY_CXT_ int i) } SV* -my_cxt_getsv_interp() +my_cxt_getsv_interp(void) { #ifdef PERL_IMPLICIT_CONTEXT dTHX; |