From bfed75c6338f0ba740aa210f4b0267e39ca4662b Mon Sep 17 00:00:00 2001 From: Andy Lester Date: Fri, 18 Mar 2005 19:28:30 -0600 Subject: More consting goodness Message-ID: <20050319072830.GA7721@petdance.com> p4raw-id: //depot/perl@24049 --- pod/perlapi.pod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pod') 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 -- cgit v1.2.1