get_moduleinfo 159 B

1234
  1. /\/\*\*\* +MODULEINFO/ {printit=1; next}
  2. /<support_level>/ {if (gotsupportlevel) { next }; gotsupportlevel=1}
  3. /\*\*\*\// {printit=0}
  4. /.*/ {if (printit) print}