summaryrefslogtreecommitdiff
path: root/make.h
diff options
context:
space:
mode:
authorRoland McGrath <roland@redhat.com>1993-05-06 21:30:40 +0000
committerRoland McGrath <roland@redhat.com>1993-05-06 21:30:40 +0000
commitca5b7c487d087323197e4af01da9782e6cc9a996 (patch)
tree130f96d565cc06864cc8710afc33db0787160669 /make.h
parent9596950898548766d97cf9eae0e1cb996a56d358 (diff)
downloadgunmake-ca5b7c487d087323197e4af01da9782e6cc9a996.tar.gz
Formerly make.h.~70~
Diffstat (limited to 'make.h')
-rw-r--r--make.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/make.h b/make.h
index d987e4e..7b9aa31 100644
--- 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); \