Change 32978 by [EMAIL PROTECTED] on 2008/01/14 23:08:11

        Subject: consting IO.xs
        From: "Robin Barker" <[EMAIL PROTECTED]>
        Date: Sat, 22 Dec 2007 00:56:18 -0000
        Message-ID: <[EMAIL PROTECTED]>

Affected files ...

... //depot/perl/ext/IO/IO.xs#43 edit

Differences ...

==== //depot/perl/ext/IO/IO.xs#43 (text) ====
Index: perl/ext/IO/IO.xs
--- perl/ext/IO/IO.xs#42~29180~ 2006-11-01 05:07:37.000000000 -0800
+++ perl/ext/IO/IO.xs   2008-01-14 15:08:11.000000000 -0800
@@ -205,7 +205,7 @@
 
 void
 new_tmpfile(packname = "IO::File")
-    char *     packname
+    const char * packname
     PREINIT:
        OutputStream fp;
        GV *gv;
End of Patch.

Reply via email to