|
Ninja
|
#include <stdio.h>

Go to the source code of this file.
Defines | |
| #define | EXPLAIN(fmt,...) |
Variables | |
| bool | g_explaining |
| #define EXPLAIN | ( | fmt, | |
| ... | |||
| ) |
{ \
if (g_explaining) \
fprintf(stderr, "ninja explain: " fmt "\n", __VA_ARGS__); \
}
Definition at line 20 of file explain.h.
Referenced by ImplicitDepLoader::LoadDeps(), DependencyScan::RecomputeDirty(), and DependencyScan::RecomputeOutputDirty().
| bool g_explaining |
Definition at line 15 of file explain.cc.
1.7.6.1