Formerly make.h.~70~

This commit is contained in:
Roland McGrath 1993-05-06 21:30:40 +00:00
parent 9596950898
commit ca5b7c487d

2
make.h
View file

@ -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); \