Navigation Menu

Skip to content

Commit

Permalink
Update sipify
Browse files Browse the repository at this point in the history
  • Loading branch information
nyalldawson committed Jun 19, 2020
1 parent e1e41f8 commit 88766f6
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions scripts/sipify.pl
Expand Up @@ -530,6 +530,10 @@ sub detect_non_method_member{
write_output("SF1", "%Feature $1$2\n");
next;
}
if ($LINE =~ m/^\s*SIP_PROPERTY\((.*)\)$/){
write_output("SF1", "%Property($1)\n");
next;
}
if ($LINE =~ m/^\s*SIP_IF_FEATURE\( (\!?\w+) \)(.*)$/){
write_output("SF2", "%If ($1)$2\n");
next;
Expand Down

0 comments on commit 88766f6

Please sign in to comment.