comparison src/lisp.h @ 30081:60dfd5c7304c

(handling_signal): External declaration.
author Gerd Moellmann <gerd@gnu.org>
date Wed, 05 Jul 2000 19:57:41 +0000
parents da80009c3957
children 420acffb79c2
comparison
equal deleted inserted replaced
30080:f8f9badf6750 30081:60dfd5c7304c
2243 extern Lisp_Object Vinhibit_quit, Qinhibit_quit, Vquit_flag; 2243 extern Lisp_Object Vinhibit_quit, Qinhibit_quit, Vquit_flag;
2244 extern Lisp_Object Vmocklisp_arguments, Qmocklisp, Qmocklisp_arguments; 2244 extern Lisp_Object Vmocklisp_arguments, Qmocklisp, Qmocklisp_arguments;
2245 extern Lisp_Object Vautoload_queue; 2245 extern Lisp_Object Vautoload_queue;
2246 extern Lisp_Object Vdebug_on_error; 2246 extern Lisp_Object Vdebug_on_error;
2247 extern Lisp_Object Vsignaling_function; 2247 extern Lisp_Object Vsignaling_function;
2248 extern int handling_signal;
2248 2249
2249 /* To run a normal hook, use the appropriate function from the list below. 2250 /* To run a normal hook, use the appropriate function from the list below.
2250 The calling convention: 2251 The calling convention:
2251 2252
2252 if (!NILP (Vrun_hooks)) 2253 if (!NILP (Vrun_hooks))