common/xml: add helpers to parse rc.xml

This commit is contained in:
tokyo4j 2025-04-11 20:25:12 +09:00 committed by Johan Malm
parent 503af10505
commit 8881841098
4 changed files with 109 additions and 0 deletions

View file

@ -5532,6 +5532,7 @@ sub process {
if ($starts_with_if_while_etc && !length($s)
&& $filename ne "include/view.h"
&& $filename ne "include/common/array.h"
&& $filename ne "include/common/xml.h"
&& $filename ne "include/ssd-internal.h") {
CHK("BRACES", "[labwc-custom] open brace { expected after if/while/for/switch - even with single statement blocks");
}