old-cross-binutils/bfd/doc/exfilter-p

13 lines
270 B
Text
Raw Normal View History

1991-08-22 19:56:14 +00:00
# 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\/\*/\
/