darling-gdb/bfd/doc/movecom-p
Steve Chamberlain 80d29884b8 Initial revision
1991-08-22 19:56:14 +00:00

9 lines
123 B
Plaintext
Executable File

# sed script for BFD header files:
# Transpose <blank line> <end comment>
/^$/,/^ *[^ ]*.*$/{
/^$/N
/^ *\n\*\/$/c\
*\/\
}