comparison ChangeLog @ 109655:b862722704f6

More undeclared function fixes and add -Wimplicit-function-declaration. If a function returns Lisp_Object it must be declared, otherwise on a 64-bit system, it will return just 32 bits (int). * configure.in: Use -Wimplicit-function-declaration if compiler supports it. * src/keyboard.h (poll_for_input_1): Unconditionally declare. * src/xterm.h (x_get_focus_frame): Declare.
author Jan D <jan.h.d@swipnet.se>
date Fri, 06 Aug 2010 13:28:59 +0200
parents 9cfca8c9fb07
children d50010a75cee
comparison
equal deleted inserted replaced
109654:d349244d7b08 109655:b862722704f6
1 2010-08-06 Jan Djärv <jan.h.d@swipnet.se> 1 2010-08-06 Jan Djärv <jan.h.d@swipnet.se>
2 2
3 * configure.in: Check for util.h. 3 * configure.in: Check for util.h.
4 Use -Wimplicit-function-declaration if compiler supports it.
4 5
5 2010-08-05 Eli Zaretskii <eliz@gnu.org> 6 2010-08-05 Eli Zaretskii <eliz@gnu.org>
6 7
7 * configure.in (UNEXEC_OBJ): Rename unexec.o => unexcoff.o. 8 * configure.in (UNEXEC_OBJ): Rename unexec.o => unexcoff.o.
8 9