Change 33541 by [EMAIL PROTECTED] on 2008/03/18 08:41:13

        Silence some warnings introduced by #33507

Affected files ...

... //depot/perl/sv.c#1525 edit

Differences ...

==== //depot/perl/sv.c#1525 (text) ====
Index: perl/sv.c
--- perl/sv.c#1524~33508~       2008-03-13 09:03:56.000000000 -0700
+++ perl/sv.c   2008-03-18 01:41:13.000000000 -0700
@@ -10118,7 +10118,7 @@
 /* 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;
 
End of Patch.

Reply via email to