mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-05 20:20:07 +00:00
so be slightly more verbose. (closes issue #13374) Reported by: dougm Patches: 13374.diff uploaded by seanbright (license 71) Tested by: dougm git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.4@139909 65c4cc65-6c06-0410-ace0-fbb531ad65f3
4 lines
97 B
Plaintext
4 lines
97 B
Plaintext
/\/\*\*\* MODULEINFO/ {printit=1; next}
|
|
/\*\*\*\// {if (printit) exit}
|
|
/.*/ {if (printit) print}
|