comparison src/keyboard.h @ 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 abd170e8dcbe
children e0cd1d7ea60c 6823a91487f2
comparison
equal deleted inserted replaced
72540:0798c7030130 72541:607718436ce2
187 /* Total number of times read_char has returned, outside of macros. */ 187 /* Total number of times read_char has returned, outside of macros. */
188 extern EMACS_INT num_nonmacro_input_events; 188 extern EMACS_INT num_nonmacro_input_events;
189 189
190 /* Nonzero means polling for input is temporarily suppressed. */ 190 /* Nonzero means polling for input is temporarily suppressed. */
191 extern int poll_suppress_count; 191 extern int poll_suppress_count;
192
193 /* Nonzero if we are executing from the SIGIO signal handler. */
194 extern int in_sighandler;
195 192
196 /* Keymap mapping ASCII function key sequences onto their preferred forms. 193 /* Keymap mapping ASCII function key sequences onto their preferred forms.
197 Initialized by the terminal-specific lisp files. */ 194 Initialized by the terminal-specific lisp files. */
198 extern Lisp_Object Vfunction_key_map; 195 extern Lisp_Object Vfunction_key_map;
199 196