binutils-gdb/bfd/movecom-p

9 lines
123 B
Plaintext
Executable File

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