Removed '-' prefix from Makefile invocation of makeinfo. Not needed
[deliverable/binutils-gdb.git] / bfd / doc / exfilter-p
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
11 s/\*\/\n\/\*/\
12 /
This page took 0.028523 seconds and 4 git commands to generate.