5 lines
68 B
Text
Executable file
5 lines
68 B
Text
Executable file
#
|
|
# Locate and coalesce adjacent comments
|
|
/\*\/$/N
|
|
s/\*\/\n\/\*/\
|
|
/
|