summaryrefslogtreecommitdiff
path: root/sv.c
diff options
context:
space:
mode:
authorJarkko Hietaniemi <jhi@iki.fi>2006-10-03 11:05:24 +0300
committerH.Merijn Brand <h.m.brand@xs4all.nl>2006-10-03 06:56:41 +0000
commit2b388283fa3283aac431577c65411e580d8723a1 (patch)
tree7f982ca01c37e56a71037f005c472f4598d763bc /sv.c
parenta07cd53d52eddd3373b7f4babb55144d44a1613d (diff)
downloadperl-2b388283fa3283aac431577c65411e580d8723a1.tar.gz
const sv_reftype
Message-ID: <4521EF94.5080602@iki.fi> p4raw-id: //depot/perl@28915
Diffstat (limited to 'sv.c')
-rw-r--r--sv.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sv.c b/sv.c
index 4bbf53afef..5d76e18120 100644
--- a/sv.c
+++ b/sv.c
@@ -7631,7 +7631,7 @@ Returns a string describing what the SV is a reference to.
=cut
*/
-char *
+const char *
Perl_sv_reftype(pTHX_ const SV *sv, int ob)
{
/* The fact that I don't need to downcast to char * everywhere, only in ?: