aboutsummaryrefslogtreecommitdiffstats
path: root/src/w32select.c
diff options
context:
space:
mode:
authorStefan Monnier2010-08-11 07:42:48 +0200
committerStefan Monnier2010-08-11 07:42:48 +0200
commitc566235d981eba73c88bbff00b6a1d88360b6e9f (patch)
treef8d653add3570fe750a83d1123ed35022e0bf4ef /src/w32select.c
parent0bfdb86f425a88fe43ebc88851c6f9a6418e1862 (diff)
parent490b89acab3e759426ede25c31c94268df55e925 (diff)
downloademacs-c566235d981eba73c88bbff00b6a1d88360b6e9f.tar.gz
emacs-c566235d981eba73c88bbff00b6a1d88360b6e9f.zip
Merge from trunk
Diffstat (limited to 'src/w32select.c')
-rw-r--r--src/w32select.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/w32select.c b/src/w32select.c
index 8482d3331ff..bd013a5ece9 100644
--- a/src/w32select.c
+++ b/src/w32select.c
@@ -398,7 +398,6 @@ run_protected (Lisp_Object (*code) (Lisp_Object), Lisp_Object arg)
398 with global variables and calling strange looking functions. Is 398 with global variables and calling strange looking functions. Is
399 this really the right way to run Lisp callbacks? */ 399 this really the right way to run Lisp callbacks? */
400 400
401 extern int waiting_for_input;
402 int owfi; 401 int owfi;
403 402
404 BLOCK_INPUT; 403 BLOCK_INPUT;