6 lines
138 B
Plaintext
Executable File
6 lines
138 B
Plaintext
Executable File
# SED script for preprocessing embedded headers from C source comments
|
|
# Locate and coalesce adjacent comments
|
|
/\*\/$/N
|
|
s/\*\/\n\/\*/\
|
|
/
|