From: Robin Barker Date: Sat, 22 Dec 2007 00:56:18 +0000 (+0000) Subject: consting IO.xs X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=3e946625bd318900adc25217434a05ce37064aba;p=p5sagit%2Fp5-mst-13.2.git consting IO.xs From: "Robin Barker" Message-ID: <46A0F33545E63740BC7563DE59CA9C6D0939A1@exchsvr2.npl.ad.local> p4raw-id: //depot/perl@32978 --- diff --git a/ext/IO/IO.xs b/ext/IO/IO.xs index eac8a64..c81cb93 100644 --- a/ext/IO/IO.xs +++ b/ext/IO/IO.xs @@ -205,7 +205,7 @@ MODULE = IO PACKAGE = IO::File PREFIX = f void new_tmpfile(packname = "IO::File") - char * packname + const char * packname PREINIT: OutputStream fp; GV *gv;