From e73c00e2879051ea3c298e4e52ff61b3fedcbea0 Mon Sep 17 00:00:00 2001 From: Karl Williamson Date: Wed, 14 Apr 2021 09:56:51 -0600 Subject: autodoc.pl: 'G' is a legitimate embed.fnc flag --- autodoc.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'autodoc.pl') diff --git a/autodoc.pl b/autodoc.pl index a9f6f6bf67..b5bfc74566 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 =~ / ( [^AabCDdEeFfhiMmNnTOoPpRrSsUuWXxy] ) /x; + if $flags =~ / ( [^AabCDdEeFfGhiMmNnTOoPpRrSsUuWXxy] ) /x; die "'u' flag must also have 'm' or 'y' flags' for $element_name" if $flags =~ /u/ && $flags !~ /[my]/; -- cgit v1.2.1