Formerly make.h.~42~

This commit is contained in:
Roland McGrath 1992-04-14 22:37:04 +00:00
parent 7c92d87313
commit c5f7787f37

6
make.h
View file

@ -269,6 +269,6 @@ extern char *program;
extern unsigned int makelevel;
#define DEBUGPR(msg) \
if (debug_flag) { print_spaces (depth); printf (msg, file->name); \
fflush (stdout); } else
#define DEBUGPR(msg) \
do if (debug_flag) { print_spaces (depth); printf (msg, file->name); \
fflush (stdout); } while (0)