diff options
Diffstat (limited to 'bfd/awkscan')
-rwxr-xr-x | bfd/awkscan | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/bfd/awkscan b/bfd/awkscan deleted file mode 100755 index 69b0ceaa3ba..00000000000 --- a/bfd/awkscan +++ /dev/null @@ -1,12 +0,0 @@ -# NOTE: BEGIN pattern gives errors if other than 1st line; -# END ditto if other than last. -BEGIN { print "@c ------------------------------START TEXT FROM " FILENAME } -# -# Keep /*doc* blocks (terminated by either */ or *-*/) -/^\/\*doc\*/,/^\*\/|^\*-\*\// -# -# Also keep two kinds of /*proto blocks -/^\/\*proto\*/,/^\*\/|^\*-\*\// -/^\/\*proto-internal\*/,/^\*\/|^\*-\*\// -# -END { print "@c ------------------------------END TEXT FROM " FILENAME } |