]> code.delx.au - gnu-emacs/blobdiff - src/w32select.c
Make bidi_cache_total_alloc static.
[gnu-emacs] / src / w32select.c
index 23d5fb68c774201ea9b57b4ce7016e03b5ebf9d1..e3225c3f996d349a08ded5c90a0d0468b6011ec8 100644 (file)
@@ -78,10 +78,8 @@ along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.  */
 #include "w32term.h"   /* for all of the w32 includes */
 #include "w32heap.h"   /* os_subtype */
 #include "blockinput.h"
-#include "keyboard.h"  /* cmd_error_internal() */
 #include "charset.h"
 #include "coding.h"
-#include "character.h"
 #include "composite.h"
 
 
@@ -391,6 +389,7 @@ run_protected (Lisp_Object (*code) (Lisp_Object), Lisp_Object arg)
      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;