diff options
author | Steve Hay <SteveHay@planit.com> | 2008-03-18 08:41:13 +0000 |
---|---|---|
committer | Steve Hay <SteveHay@planit.com> | 2008-03-18 08:41:13 +0000 |
commit | 3be3cdd69f8d4575e4bd169527cadc39aedcb7b1 (patch) | |
tree | aeeb899515c681155d9ab8079c3fa80ba5c8f94a /sv.c | |
parent | 08858ed21b9a4d448437bdae35df5c42fbe1c8bd (diff) | |
download | perl-3be3cdd69f8d4575e4bd169527cadc39aedcb7b1.tar.gz |
Silence some warnings introduced by #33507
p4raw-id: //depot/perl@33541
Diffstat (limited to 'sv.c')
-rw-r--r-- | sv.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -10118,7 +10118,7 @@ Perl_parser_dup(pTHX_ const yy_parser *const proto, CLONE_PARAMS *const param) /* duplicate a file handle */ PerlIO * -Perl_fp_dup(pTHX_ PerlIO *fp, char type, CLONE_PARAMS *param) +Perl_fp_dup(pTHX_ PerlIO *const fp, const char type, CLONE_PARAMS *const param) { PerlIO *ret; |