Clean up unexcoff.c.
authorEli Zaretskii <eliz@gnu.org>
Sun, 22 Aug 2010 15:37:01 +0000 (18:37 +0300)
committerEli Zaretskii <eliz@gnu.org>
Sun, 22 Aug 2010 15:37:01 +0000 (18:37 +0300)
commit5f2f0bc11ecabcbc3867b73577c9b29d3b229e72
tree03e637e8adbbbe60ab4a93a0acd0cba20541e8b8
parent91bdeb6639bb1613eb91d9bb04ef7d8c78dc1d9d
Clean up unexcoff.c.

 unexcoff.c (report_error, make_hdr, write_segment)
 (copy_text_and_data, copy_sym, mark_x, adjust_lnnoptrs, unexec):
 Convert argument lists and prototypes to ANSI C.
 (make_hdr, write_segment): Remove unused variables.
 (unexec): Remove commented-out line.  Initialize `new' to shut up
 compiler warnings.
src/ChangeLog
src/unexcoff.c