Regen of perlapi.pod after differences where pointed out by
authorSteve Peters <steve@fisharerojo.org>
Mon, 11 Aug 2008 14:41:47 +0000 (14:41 +0000)
committerSteve Peters <steve@fisharerojo.org>
Mon, 11 Aug 2008 14:41:47 +0000 (14:41 +0000)
Vincent Pitt.

p4raw-id: //depot/perl@34201

pod/perlapi.pod

index effd8fb..4cedbc9 100644 (file)
@@ -3943,7 +3943,7 @@ C<croak()>. Hence if C<cv> is C<&ouch::awk>, it would call C<croak> 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