dd260c230b
* Makefile.in, awkscan-ip, awkscan-p, intobfd, libbfd.h, libcoff.h, tolibcoff; new bfd-in.h, libbfd-in.h, libcoff-in.h: (a) use separate files for invariant parts of bfd.h, libbfd.h, and libcoff.h; (b) in generated parts of same, use less obtrusive marks indicating .c origins. * bfd.texinfo: generalize most references to linker
9 lines
264 B
Plaintext
Executable File
9 lines
264 B
Plaintext
Executable File
# Awk filter, 1st filter for BFD internal prototype file extraction
|
|
#
|
|
# keep /*proto-internal blocks
|
|
/^\/\*proto-internal\*/,/^\*\/|^\*-\*\//
|
|
#
|
|
# Apparent bug in sed can discard last line in some situations; therefore
|
|
# make last line harmless.
|
|
END { print "\n" }
|