mirror of
https://github.com/darlinghq/darling-gdb.git
synced 2024-11-26 05:20:30 +00: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\/\*/\
|
||
|
/
|