Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions universal.c
Original file line number Diff line number Diff line change
Expand Up @@ -384,8 +384,7 @@ A specialised variant of C<croak()> for emitting the usage message for xsubs
works out the package name and subroutine name from C<cv>, and then calls
C<croak()>. Hence if C<cv> is C<&ouch::awk>, it would call C<croak> as:

diag_listed_as: SKIPME
croak("Usage: %" SVf "::%" SVf "(%s)", "ouch" "awk",
croak("Usage: %" SVf "::%" SVf "(%s)", "ouch", "awk",
"eee_yow");

=cut
Expand Down
Loading