diff --git a/universal.c b/universal.c index bd9d6397352b..d60bf9585e11 100644 --- a/universal.c +++ b/universal.c @@ -384,8 +384,7 @@ A specialised variant of C for emitting the usage message for xsubs works out the package name and subroutine name from C, and then calls C. Hence if C is C<&ouch::awk>, it would call C as: - diag_listed_as: SKIPME - croak("Usage: %" SVf "::%" SVf "(%s)", "ouch" "awk", + croak("Usage: %" SVf "::%" SVf "(%s)", "ouch", "awk", "eee_yow"); =cut