diff options
author | Jan D <jan.h.d@swipnet.se> | 2010-08-06 13:28:59 +0200 |
---|---|---|
committer | Jan D <jan.h.d@swipnet.se> | 2010-08-06 13:28:59 +0200 |
commit | 7908fb6097f81219d3f42a68d4d8d43583109b14 (patch) | |
tree | 42ac7527868ead4844b9ed70fa568e1432c28afb /lisp/emacs-lisp | |
parent | 4094bf3679e9b64b2c4018edd1ba7e3d63f8d862 (diff) | |
download | emacs-7908fb6097f81219d3f42a68d4d8d43583109b14.tar.gz emacs-7908fb6097f81219d3f42a68d4d8d43583109b14.tar.bz2 emacs-7908fb6097f81219d3f42a68d4d8d43583109b14.zip |
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.
Diffstat (limited to 'lisp/emacs-lisp')
0 files changed, 0 insertions, 0 deletions