mirror of
https://github.com/Perl/perl5.git
synced 2026-01-26 16:39:36 +00:00
regen/embed.pl: Add missing detail to another error message
I should have squashed this and the previous commit together; sorry.
This commit is contained in:
parent
05fb0f35b8
commit
00b3a7e604
@ -260,8 +260,8 @@ sub generate_proto_h {
|
||||
$name =~ s/\W/_/ag;
|
||||
|
||||
$arg = "const char * const $name";
|
||||
die_at_end 'm flag required for "literal" argument'
|
||||
unless $has_mflag;
|
||||
die_at_end "$plain_func: func: m flag required for"
|
||||
. '"literal" argument' unless $has_mflag;
|
||||
}
|
||||
else {
|
||||
my $nn = ( $arg =~ s/\bNN\b// );
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user