aboutsummaryrefslogtreecommitdiff
path: root/bfd/doc/exfilter-p
blob: 27a1d05a720e6a92111e7b9195c19edce23f2799 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
# SED script for preprocessing embedded headers from C source comments 
# (S. Chamberlain markup)
# beginning of many passes of cleanup work 
#
# Delete empty comment blocks
/^\/\*$/N
/^\/\*\n\*\/ *$/d
#
# Locate and coalesce adjacent comments
/\*\/$/N
s/\*\/\n\/\*/\
/