diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 2006-10-03 11:05:24 +0300 |
---|---|---|
committer | H.Merijn Brand <h.m.brand@xs4all.nl> | 2006-10-03 06:56:41 +0000 |
commit | 2b388283fa3283aac431577c65411e580d8723a1 (patch) | |
tree | 7f982ca01c37e56a71037f005c472f4598d763bc /pod | |
parent | a07cd53d52eddd3373b7f4babb55144d44a1613d (diff) | |
download | perl-2b388283fa3283aac431577c65411e580d8723a1.tar.gz |
const sv_reftype
Message-ID: <4521EF94.5080602@iki.fi>
p4raw-id: //depot/perl@28915
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 c341126d93..df78a145e8 100644 --- a/pod/perlapi.pod +++ b/pod/perlapi.pod @@ -5609,7 +5609,7 @@ X<sv_reftype> Returns a string describing what the SV is a reference to. - char* sv_reftype(const SV* sv, int ob) + const char* sv_reftype(const SV* sv, int ob) =for hackers Found in file sv.c |