mirror of
https://github.com/mirror/make.git
synced 2026-08-09 17:38:47 +00:00
Formerly make.h.~42~
This commit is contained in:
6
make.h
6
make.h
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user