mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2025-02-05 12:53:16 +08:00
6 lines
68 B
Plaintext
6 lines
68 B
Plaintext
|
#
|
||
|
# Locate and coalesce adjacent comments
|
||
|
/\*\/$/N
|
||
|
s/\*\/\n\/\*/\
|
||
|
/
|