comparison src/ChangeLog @ 109762:8186d147fb99

Fix fallout from revno 100928, remove dead code in unexcoff.c. unexcoff.c: Remove the parts used when "emacs" is not defined. (report_error, report_error_1): Ditto. (write_segment): Remove "#if 0" unused code. (make_hdr): Remove code that was "#ifndef NO_REMAP" before NO_REMAP was removed (in revno 100928). (start_of_text): Remove unused function (was used only if NO_REMAP was NOT defined).
author Eli Zaretskii <eliz@gnu.org>
date Fri, 13 Aug 2010 13:29:48 +0300
parents 31def5db596a
children 3c2274d0da65 297362357192
comparison
equal deleted inserted replaced
109761:31def5db596a 109762:8186d147fb99
1 2010-08-13 Eli Zaretskii <eliz@gnu.org> 1 2010-08-13 Eli Zaretskii <eliz@gnu.org>
2
3 * unexcoff.c: Remove the parts used when "emacs" is not defined.
4 (report_error, report_error_1): Ditto.
5 (write_segment): Remove "#if 0" unused code.
6 (make_hdr): Remove code that was "#ifndef NO_REMAP" before
7 NO_REMAP was removed (in revno 100928).
8 (start_of_text): Remove unused function (was used only if NO_REMAP
9 was NOT defined).
2 10
3 * msdos.c (IT_set_face): Fix format string to match argument 11 * msdos.c (IT_set_face): Fix format string to match argument
4 types. 12 types.
5 (IT_write_glyphs, IT_note_mode_line_highlight) 13 (IT_write_glyphs, IT_note_mode_line_highlight)
6 (IT_set_frame_parameters): Remove unused variables. 14 (IT_set_frame_parameters): Remove unused variables.