instead of having a wrong decl.
2012-10-11 Paul Eggert <eggert@cs.ucla.edu>
+ * w32select.c (waiting_for_input): Declare by including "keyboard.h"
+ instead of having a wrong decl.
* nsmenu.m (waiting_for_input): Remove wrong decl.
2012-10-10 Paul Eggert <eggert@cs.ucla.edu>
#include "lisp.h"
#include "w32term.h" /* for all of the w32 includes */
#include "w32common.h" /* os_subtype */
+#include "keyboard.h"
#include "blockinput.h"
#include "charset.h"
#include "coding.h"
with global variables and calling strange looking functions. Is
this really the right way to run Lisp callbacks? */
- extern int waiting_for_input; /* from keyboard.c */
int owfi;
block_input ();