Roll version to 3.98.2.
[deliverable/binutils-gdb.git] / bfd / awkscan-p
CommitLineData
90f3f3e2
SC
1# NOTE: BEGIN pattern gives errors if other than 1st line;
2# END ditto if other than last.
3BEGIN { print "/* ------------------------------START FROM " FILENAME "*/" }
4#
5# keep /*proto blocks
6/^\/\*proto\*/,/^\*\/|^\*-\*\//
7#
8END { print "/* --------------------------------END FROM " FILENAME "*/\n" }
This page took 0.022736 seconds and 4 git commands to generate.