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:
Karl Williamson 2025-08-23 18:11:43 -06:00
parent 05fb0f35b8
commit 00b3a7e604

View File

@ -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// );