diff options
author | Robin Barker <RMBarker@cpan.org> | 2007-12-22 00:56:18 +0000 |
---|---|---|
committer | Rafael Garcia-Suarez <rgarciasuarez@gmail.com> | 2008-01-14 23:08:11 +0000 |
commit | 3e946625bd318900adc25217434a05ce37064aba (patch) | |
tree | c5fe9070dcf926424d68ecc276861dc54baec68f | |
parent | 643faf28065a2257c2544469a7acb20fa2580633 (diff) | |
download | perl-3e946625bd318900adc25217434a05ce37064aba.tar.gz |
consting IO.xs
From: "Robin Barker" <Robin.Barker@npl.co.uk>
Message-ID: <46A0F33545E63740BC7563DE59CA9C6D0939A1@exchsvr2.npl.ad.local>
p4raw-id: //depot/perl@32978
-rw-r--r-- | ext/IO/IO.xs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/IO/IO.xs b/ext/IO/IO.xs index eac8a64e25..c81cb93152 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; |