mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-12-15 04:31:49 +08:00
9 lines
304 B
Plaintext
Executable File
9 lines
304 B
Plaintext
Executable File
# NOTE: BEGIN pattern gives errors if other than 1st line;
|
|
# END ditto if other than last.
|
|
BEGIN { print "/* ------------------------------START FROM " FILENAME "*/" }
|
|
#
|
|
# keep /*proto blocks
|
|
/^\/\*proto\*/,/^\*\/|^\*-\*\//
|
|
#
|
|
END { print "/* --------------------------------END FROM " FILENAME "*/\n" }
|