diff options
author | Rafael Garcia-Suarez <rgarciasuarez@gmail.com> | 2005-03-29 12:39:39 +0000 |
---|---|---|
committer | Rafael Garcia-Suarez <rgarciasuarez@gmail.com> | 2005-03-29 12:39:39 +0000 |
commit | 1cb0ed9b77e4ba2e0bcbeb9a897574a0fe3f3e52 (patch) | |
tree | a69b14ce28e454242ff7fe099eaaa1ce0266bbd2 /pod | |
parent | 06b5626a89944244c0525ddbf02b7279497dc8e6 (diff) | |
download | perl-1cb0ed9b77e4ba2e0bcbeb9a897574a0fe3f3e52.tar.gz |
Downconst external APIs
p4raw-id: //depot/perl@24095
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 07319f27ac..2e7e59db46 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. - const char* sv_reftype(const SV* sv, int ob) + char* sv_reftype(const SV* sv, int ob) =for hackers Found in file sv.c |