More undeclared function fixes and add -Wimplicit-function-declaration.
commit7908fb6097f81219d3f42a68d4d8d43583109b14
authorJan D <jan.h.d@swipnet.se>
Fri, 6 Aug 2010 11:28:59 +0000 (6 13:28 +0200)
committerJan D <jan.h.d@swipnet.se>
Fri, 6 Aug 2010 11:28:59 +0000 (6 13:28 +0200)
tree42ac7527868ead4844b9ed70fa568e1432c28afb
parent4094bf3679e9b64b2c4018edd1ba7e3d63f8d862
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.
ChangeLog
configure
configure.in
src/ChangeLog
src/keyboard.h
src/xterm.h