mirror of
https://github.com/mirror/make.git
synced 2025-01-19 16:50:19 +08:00
Formerly make.h.~42~
This commit is contained in:
parent
7c92d87313
commit
c5f7787f37
4
make.h
4
make.h
@ -270,5 +270,5 @@ extern unsigned int makelevel;
|
|||||||
|
|
||||||
|
|
||||||
#define DEBUGPR(msg) \
|
#define DEBUGPR(msg) \
|
||||||
if (debug_flag) { print_spaces (depth); printf (msg, file->name); \
|
do if (debug_flag) { print_spaces (depth); printf (msg, file->name); \
|
||||||
fflush (stdout); } else
|
fflush (stdout); } while (0)
|
||||||
|
Loading…
Reference in New Issue
Block a user