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 /sv.c | |
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 'sv.c')
-rw-r--r-- | sv.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 ?: |