From ed18bf14c1a8429f1652c50634d0648d34bcfabd Mon Sep 17 00:00:00 2001 From: Tomasz Konojacki Date: Fri, 4 Feb 2022 18:18:08 +0100 Subject: make autodoc.pl and makedef.pl understand the I embed.fnc flag It's needed in case a publicly visible PERL_STATIC_FORCE_INLINE function is added. --- autodoc.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'autodoc.pl') diff --git a/autodoc.pl b/autodoc.pl index b5bfc74566..e65e36d5c8 100644 --- a/autodoc.pl +++ b/autodoc.pl @@ -504,7 +504,7 @@ sub autodoc ($$) { # parse a file and extract documentation info } die "flag '$1' is not legal (for function $element_name (from $file))" - if $flags =~ / ( [^AabCDdEeFfGhiMmNnTOoPpRrSsUuWXxy] ) /x; + if $flags =~ / ( [^AabCDdEeFfGhiIMmNnTOoPpRrSsUuWXxy] ) /x; die "'u' flag must also have 'm' or 'y' flags' for $element_name" if $flags =~ /u/ && $flags !~ /[my]/; -- cgit v1.2.1