Repair info node-pointer bug.
[deliverable/binutils-gdb.git] / bfd / doc / awkscan
CommitLineData
80d29884
SC
1# NOTE: BEGIN pattern gives errors if other than 1st line;
2# END ditto if other than last.
3BEGIN { print "@c ------------------------------START TEXT FROM " FILENAME }
4#
5# Keep /*doc* blocks (terminated by either */ or *-*/)
6/^\/\*doc\*/,/^\*\/|^\*-\*\//
7#
8# Also keep two kinds of /*proto blocks
9/^\/\*proto\*/,/^\*\/|^\*-\*\//
10/^\/\*proto-internal\*/,/^\*\/|^\*-\*\//
11#
12END { print "@c ------------------------------END TEXT FROM " FILENAME }
This page took 0.028807 seconds and 4 git commands to generate.