mirror of http://gerrit.asterisk.org/asterisk
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.4@53779 65c4cc65-6c06-0410-ace0-fbb531ad65f31.4
parent
1ba2aa702d
commit
fccb4abbb9
@ -1,3 +1,3 @@
|
||||
/\/\*\*\* MAKEOPTS/ {printit=1; next}
|
||||
/\*\*\*\// {exit}
|
||||
/\*\*\*\// {if (printit) exit}
|
||||
// {if (printit) print}
|
||||
|
||||
@ -1,3 +1,3 @@
|
||||
/\/\*\*\* MODULEINFO/ {printit=1; next}
|
||||
/\*\*\*\// {exit}
|
||||
/\*\*\*\// {if (printit) exit}
|
||||
// {if (printit) print}
|
||||
|
||||
Loading…
Reference in new issue