changeset 72340:abd170e8dcbe

* keyboard.h: Declare in_sighandler.
author Jan Djärv <jan.h.d@swipnet.se>
date Thu, 10 Aug 2006 06:06:48 +0000
parents c8042d3743cb
children 111c88ecd861
files src/keyboard.h
diffstat 1 files changed, 3 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- 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;