changeset 72541:607718436ce2

(in_sighandler): Remove extern.
author YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
date Sun, 27 Aug 2006 07:09:14 +0000
parents 0798c7030130
children bb89b5bbed54
files src/keyboard.h
diffstat 1 files changed, 0 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/src/keyboard.h	Sun Aug 27 07:09:06 2006 +0000
+++ b/src/keyboard.h	Sun Aug 27 07:09:14 2006 +0000
@@ -190,9 +190,6 @@
 /* Nonzero means polling for input is temporarily suppressed.  */
 extern int poll_suppress_count;
 
-/* Nonzero if we are executing from the SIGIO signal handler. */
-extern int in_sighandler;
-
 /* Keymap mapping ASCII function key sequences onto their preferred forms.
    Initialized by the terminal-specific lisp files.  */
 extern Lisp_Object Vfunction_key_map;