From a201cd3127f9b9f33e303a02801ba45e9a44a91a Mon Sep 17 00:00:00 2001 From: Steve Peters Date: Mon, 11 Aug 2008 14:41:47 +0000 Subject: [PATCH] Regen of perlapi.pod after differences where pointed out by Vincent Pitt. p4raw-id: //depot/perl@34201 --- pod/perlapi.pod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pod/perlapi.pod b/pod/perlapi.pod index effd8fb..4cedbc9 100644 --- a/pod/perlapi.pod +++ b/pod/perlapi.pod @@ -3943,7 +3943,7 @@ C. Hence if C is C<&ouch::awk>, it would call C as: Perl_croak(aTHX_ "Usage %s::%s(%s)", "ouch" "awk", "eee_yow"); - void croak_xs_usage(CV *const cv, const char *const params) + void croak_xs_usage(const CV *const cv, const char *const params) =for hackers Found in file universal.c -- 2.7.4