diff options
author | Roland McGrath <roland@redhat.com> | 1993-05-06 21:30:40 +0000 |
---|---|---|
committer | Roland McGrath <roland@redhat.com> | 1993-05-06 21:30:40 +0000 |
commit | ca5b7c487d087323197e4af01da9782e6cc9a996 (patch) | |
tree | 130f96d565cc06864cc8710afc33db0787160669 | |
parent | 9596950898548766d97cf9eae0e1cb996a56d358 (diff) | |
download | gunmake-ca5b7c487d087323197e4af01da9782e6cc9a996.tar.gz |
Formerly make.h.~70~
-rw-r--r-- | make.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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); \ |