# HG changeset patch # User Jan Dj¸«£rv # Date 1155190008 0 # Node ID abd170e8dcbebdd984263a188b36068c996921e0 # Parent c8042d3743cb1b767b8108b03d531b0a9452547e * keyboard.h: Declare in_sighandler. diff -r c8042d3743cb -r abd170e8dcbe src/keyboard.h --- a/src/keyboard.h Thu Aug 10 04:31:27 2006 +0000 +++ b/src/keyboard.h Thu Aug 10 06:06:48 2006 +0000 @@ -190,6 +190,9 @@ /* 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;