]> Git Repo - binutils.git/blame_incremental - bfd/startcom-p
* coff-rs6000.c, config/mh-rs6000: Make it work on archive and
[binutils.git] / bfd / startcom-p
... / ...
CommitLineData
1# sed script for preprocessing BFD header files
2# <start comment> activity:
3/^\/\*$/{
4N
5# Delete empty comment blocks
6/^\/\*\n\*\/ *$/d
7# Transpose <start comment><blank line>
8s/^\/\*\n *$/\
9\/*/
10# merge <start comment> on line by itself with following line
11s/^\/\*\n\(.*\)/\/* \1/
12}
This page took 0.017359 seconds and 4 git commands to generate.