summaryrefslogtreecommitdiff
path: root/perl_keyword.pl
diff options
context:
space:
mode:
authorSteve Peters <steve@fisharerojo.org>2005-05-08 15:49:17 -0500
committerRafael Garcia-Suarez <rgarciasuarez@gmail.com>2005-05-09 07:37:58 +0000
commit672994ceae26eaea7b543577cbf4ae1bf28d2934 (patch)
tree2aec51be4860d751bd77a5a41fc67ef627dbc5af /perl_keyword.pl
parent3d42dc86375a150e698f9a14ae6be7a37e2ed575 (diff)
downloadperl-672994ceae26eaea7b543577cbf4ae1bf28d2934.tar.gz
Sv_*set() doc's and extra const's for the SvPVX_const() tasks
Message-ID: <20050509014917.GA24132@mccoy.peters.homeunix.org> p4raw-id: //depot/perl@24422
Diffstat (limited to 'perl_keyword.pl')
-rw-r--r--perl_keyword.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/perl_keyword.pl b/perl_keyword.pl
index 02d5df4b45..bb8bc74865 100644
--- a/perl_keyword.pl
+++ b/perl_keyword.pl
@@ -52,7 +52,7 @@ print <<END;
*/
I32
-Perl_keyword (pTHX_ char *name, I32 len)
+Perl_keyword (pTHX_ const char *name, I32 len)
{
$switch
unknown: