9 lines
123 B
Plaintext
Executable File
9 lines
123 B
Plaintext
Executable File
# sed script for BFD header files:
|
|
# Transpose <blank line> <end comment>
|
|
/^$/,/^ *[^ ]*.*$/{
|
|
/^$/N
|
|
/^ *\n\*\/$/c\
|
|
*\/\
|
|
|
|
}
|