mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-09-10 05:52:21 +08:00
6 lines
68 B
Plaintext
Executable File
6 lines
68 B
Plaintext
Executable File
#
|
|
# Locate and coalesce adjacent comments
|
|
/\*\/$/N
|
|
s/\*\/\n\/\*/\
|
|
/
|