Formerly make.h.~70~
authorRoland McGrath <roland@redhat.com>
Thu, 6 May 1993 21:30:40 +0000 (21:30 +0000)
committerRoland McGrath <roland@redhat.com>
Thu, 6 May 1993 21:30:40 +0000 (21:30 +0000)
make.h

diff --git a/make.h b/make.h
index d987e4e..7b9aa31 100644 (file)
--- a/make.h
+++ b/make.h
@@ -311,6 +311,8 @@ extern unsigned int makelevel;
 
 extern unsigned int commands_started;
 
+extern int handling_fatal_signal;
+
 
 #define DEBUGPR(msg) \
   do if (debug_flag) { print_spaces (depth); printf (msg, file->name); \