From 21c5a64eb19d18c0b0b6290e691041098c8cfcba Mon Sep 17 00:00:00 2001 From: Gerd Moellmann Date: Wed, 5 Jul 2000 19:57:41 +0000 Subject: [PATCH] (handling_signal): External declaration. --- src/lisp.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/lisp.h b/src/lisp.h index 8adbaea87e9..6967eed2ccd 100644 --- a/src/lisp.h +++ b/src/lisp.h @@ -2245,6 +2245,7 @@ extern Lisp_Object Vmocklisp_arguments, Qmocklisp, Qmocklisp_arguments; extern Lisp_Object Vautoload_queue; extern Lisp_Object Vdebug_on_error; extern Lisp_Object Vsignaling_function; +extern int handling_signal; /* To run a normal hook, use the appropriate function from the list below. The calling convention: -- 2.39.2