diff options
author | Steve Peters <steve@fisharerojo.org> | 2008-08-11 14:41:47 +0000 |
---|---|---|
committer | Steve Peters <steve@fisharerojo.org> | 2008-08-11 14:41:47 +0000 |
commit | a201cd3127f9b9f33e303a02801ba45e9a44a91a (patch) | |
tree | 1bfc1b480509943734c650886b2673b269875271 /pod | |
parent | 5f9145a3c5d730d3a29901fe5c70a26f92663207 (diff) | |
download | perl-a201cd3127f9b9f33e303a02801ba45e9a44a91a.tar.gz |
Regen of perlapi.pod after differences where pointed out by
Vincent Pitt.
p4raw-id: //depot/perl@34201
Diffstat (limited to 'pod')
-rw-r--r-- | pod/perlapi.pod | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pod/perlapi.pod b/pod/perlapi.pod index effd8fbe0e..4cedbc9aa2 100644 --- a/pod/perlapi.pod +++ b/pod/perlapi.pod @@ -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 |