# HG changeset patch # User YAMAMOTO Mitsuharu # Date 1156662554 0 # Node ID 607718436ce2047a49d25c69266b0dbc564a8b1f # Parent 0798c7030130f9534ab3e17877cf1c5bf8f4e50e (in_sighandler): Remove extern. diff -r 0798c7030130 -r 607718436ce2 src/keyboard.h --- 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;