This is a live mirror of the Perl 5 development currently hosted at
https://github.com/perl/perl5
https://perl5.git.perl.org
/
perl5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
08858ed
)
Silence some warnings introduced by #33507
author
Steve Hay
<SteveHay@planit.com>
Tue, 18 Mar 2008 08:41:13 +0000
(08:41 +0000)
committer
Steve Hay
<SteveHay@planit.com>
Tue, 18 Mar 2008 08:41:13 +0000
(08:41 +0000)
p4raw-id: //depot/perl@33541
sv.c
patch
|
blob
|
blame
|
history
diff --git
a/sv.c
b/sv.c
index
9f456c1
..
4d7f32d
100644
(file)
--- a/
sv.c
+++ b/
sv.c
@@
-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;