2
0
mirror of https://sourceware.org/git/binutils-gdb.git synced 2025-03-07 13:39:43 +08:00
binutils-gdb/bfd/mergecom-p
Steve Chamberlain 90f3f3e2b0 Initial revision
1991-08-17 00:16:57 +00:00

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\/\*/\
/