diff options
-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); \ |