Now reflect the new documentation order
[deliverable/binutils-gdb.git] / bfd / doc / exfilter-p
CommitLineData
80d29884
SC
1# SED script for preprocessing embedded headers from C source comments
2# (S. Chamberlain markup)
3# beginning of many passes of cleanup work
4#
5# Delete empty comment blocks
6/^\/\*$/N
7/^\/\*\n\*\/ *$/d
8#
9# Locate and coalesce adjacent comments
10/\*\/$/N
11s/\*\/\n\/\*/\
12/
This page took 0.031631 seconds and 4 git commands to generate.