Fix couple of function args that expect to be passed CONST pointers, and
[binutils-gdb.git] / bfd / movecom-p
1 # sed script for BFD header files:
2 # Transpose <blank line> <end comment>
3 /^$/,/^ *[^ ]*.*$/{
4 /^$/N
5 /^ *\n\*\/$/c\
6 *\/\
7
8 }