[perl #57016] debugger: o warn=0 die=0 ignored
[p5sagit/p5-mst-13.2.git] / 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