We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 542dc85 commit 67b01deCopy full SHA for 67b01de
scripts/sipify.pl
@@ -613,7 +613,7 @@ sub detect_comment_block{
613
last;
614
}
615
do {no warnings 'uninitialized';
616
- my $enum_decl = $LINE =~ s/(\s*\w+)(\s+SIP_\w+(?:\([^()]+\))?)?(?:\s*=\s*[\w\s\d<|]+.*?)?(,?).*$/$1$2$3/r;
+ my $enum_decl = $LINE =~ s/(\s*\w+)(\s+SIP_\w+(?:\([^()]+\))?)?(?:\s*=\s*[\w\s\d<|-]+.*?)?(,?).*$/$1$2$3/r;
617
$enum_decl = fix_annotations($enum_decl);
618
write_output("ENU3", "$enum_decl\n");
619
};
0 commit comments