Fix couple of function args that expect to be passed CONST pointers, and
[binutils-gdb.git] / bfd / blins-p
1 # sed script for BFD header files
2 # Merge adjacent blank lines. Loop til no change.
3 :blin
4 /^$/,/^ *[^ ]*.*$/{
5 /^$/N
6 s/^ *\n *$//
7 }
8 t blin