diff options
author | Andy Lester <andy@petdance.com> | 2005-03-18 19:28:30 -0600 |
---|---|---|
committer | Rafael Garcia-Suarez <rgarciasuarez@gmail.com> | 2005-03-21 09:39:35 +0000 |
commit | bfed75c6338f0ba740aa210f4b0267e39ca4662b (patch) | |
tree | ceaa91a3d877b0eaf3000f01f413f942619a2d9f /pod | |
parent | a87115f0a1b74f765307464de281024d76c71ad6 (diff) | |
download | perl-bfed75c6338f0ba740aa210f4b0267e39ca4662b.tar.gz |
More consting goodness
Message-ID: <20050319072830.GA7721@petdance.com>
p4raw-id: //depot/perl@24049
Diffstat (limited to 'pod')
-rw-r--r-- | pod/perlapi.pod | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pod/perlapi.pod b/pod/perlapi.pod index 3b493eaf93..f3cff4668f 100644 --- a/pod/perlapi.pod +++ b/pod/perlapi.pod @@ -4568,7 +4568,7 @@ Found in file sv.c Returns a string describing what the SV is a reference to. - char* sv_reftype(SV* sv, int ob) + const char* sv_reftype(const SV* sv, int ob) =for hackers Found in file sv.c |