comparison src/ChangeLog @ 109162:8efd6d04c47a

Convert function definitions in MS-DOS sources to ANSI C. msdos.h: msdos.c: dosfns.c: w16select.c: Convert function definitions to ANSI C. msdos.h (ctrl_break_func, install_ctrl_break_check): Remove unused prototypes.
author Eli Zaretskii <eliz@gnu.org>
date Wed, 07 Jul 2010 18:28:47 +0300
parents 3e9fdeb960d1
children a7b09b567d58
comparison
equal deleted inserted replaced
109161:2f63c33b2618 109162:8efd6d04c47a
1 2010-07-07 Eli Zaretskii <eliz@gnu.org>
2
3 * msdos.h:
4 * msdos.c:
5 * dosfns.c:
6 * w16select.c: Convert function definitions to ANSI C.
7
8 * msdos.h (ctrl_break_func, install_ctrl_break_check): Remove
9 unused prototypes.
10
1 2010-07-07 Juanma Barranquero <lekktu@gmail.com> 11 2010-07-07 Juanma Barranquero <lekktu@gmail.com>
2 12
3 * coding.c, sysdep.c: Convert some more functions to standard C. 13 * coding.c, sysdep.c: Convert some more functions to standard C.
4 14
5 2010-07-07 Juanma Barranquero <lekktu@gmail.com> 15 2010-07-07 Juanma Barranquero <lekktu@gmail.com>