|
@@ -2763,6 +2763,10 @@ sub process {
|
|
$line =~ /^\+\s*#\s*define\s+\w+\s+$String$/) {
|
|
$line =~ /^\+\s*#\s*define\s+\w+\s+$String$/) {
|
|
$msg_type = "";
|
|
$msg_type = "";
|
|
|
|
|
|
|
|
+ # EFI_GUID is another special case
|
|
|
|
+ } elsif ($line =~ /^\+.*\bEFI_GUID\s*\(/) {
|
|
|
|
+ $msg_type = "";
|
|
|
|
+
|
|
# Otherwise set the alternate message types
|
|
# Otherwise set the alternate message types
|
|
|
|
|
|
# a comment starts before $max_line_length
|
|
# a comment starts before $max_line_length
|