From 2b388283fa3283aac431577c65411e580d8723a1 Mon Sep 17 00:00:00 2001 From: Jarkko Hietaniemi Date: Tue, 3 Oct 2006 11:05:24 +0300 Subject: const sv_reftype Message-ID: <4521EF94.5080602@iki.fi> p4raw-id: //depot/perl@28915 --- pod/perlapi.pod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pod/perlapi.pod') 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 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 -- cgit v1.2.1