]> Git Repo - binutils.git/blame_incremental - bfd/awkscan-ip
Sat Nov 30 18:58:40 1991 Steve Chamberlain (sac at cygnus.com)
[binutils.git] / bfd / awkscan-ip
... / ...
CommitLineData
1# Awk filter, 1st filter for BFD internal prototype file extraction
2#
3# keep /*proto-internal blocks
4/^\/\*proto-internal\*/,/^\*\/|^\*-\*\//
5#
6# Apparent bug in sed can discard last line in some situations; therefore
7# make last line harmless.
8END { print "\n" }
This page took 0.020648 seconds and 4 git commands to generate.