mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-12-09 04:21:49 +08:00
6 lines
138 B
Plaintext
6 lines
138 B
Plaintext
|
# SED script for preprocessing embedded headers from C source comments
|
||
|
# Locate and coalesce adjacent comments
|
||
|
/\*\/$/N
|
||
|
s/\*\/\n\/\*/\
|
||
|
/
|