emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] /srv/bzr/emacs/trunk r110504: * w32select.c (waiting_for_i


From: Paul Eggert
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r110504: * w32select.c (waiting_for_input): Declare by including "keyboard.h"
Date: Wed, 10 Oct 2012 17:32:25 -0700
User-agent: Bazaar (2.5.0)

------------------------------------------------------------
revno: 110504
committer: Paul Eggert <address@hidden>
branch nick: trunk
timestamp: Wed 2012-10-10 17:32:25 -0700
message:
  * w32select.c (waiting_for_input): Declare by including "keyboard.h"
  
  instead of having a wrong decl.
modified:
  src/ChangeLog
  src/w32select.c
=== modified file 'src/ChangeLog'
--- a/src/ChangeLog     2012-10-11 00:26:58 +0000
+++ b/src/ChangeLog     2012-10-11 00:32:25 +0000
@@ -1,5 +1,7 @@
 2012-10-11  Paul Eggert  <address@hidden>
 
+       * 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  <address@hidden>

=== modified file 'src/w32select.c'
--- a/src/w32select.c   2012-10-08 12:53:18 +0000
+++ b/src/w32select.c   2012-10-11 00:32:25 +0000
@@ -76,6 +76,7 @@
 #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"
@@ -393,7 +394,6 @@
      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 ();


reply via email to

[Prev in Thread] Current Thread [Next in Thread]