diff options
author | Ned Batchelder <ned@nedbatchelder.com> | 2016-11-12 16:22:24 -0500 |
---|---|---|
committer | Ned Batchelder <ned@nedbatchelder.com> | 2016-11-12 16:22:24 -0500 |
commit | a3cb2f42aae5392c1a957e6522b0339733ec66cc (patch) | |
tree | 9ad00be935564d49d08ac7347b31c19a0575df49 /coverage/ctracer/util.h | |
parent | d101c6c7c2f0a4ac6b95c2205e877a108f410a31 (diff) | |
download | python-coveragepy-git-a3cb2f42aae5392c1a957e6522b0339733ec66cc.tar.gz |
Allow for the possibility of null-testing
Diffstat (limited to 'coverage/ctracer/util.h')
-rw-r--r-- | coverage/ctracer/util.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/coverage/ctracer/util.h b/coverage/ctracer/util.h index 678eb6c2..e192f977 100644 --- a/coverage/ctracer/util.h +++ b/coverage/ctracer/util.h @@ -10,6 +10,7 @@ #undef WHAT_LOG /* Define to log the WHAT params in the trace function. */ #undef TRACE_LOG /* Define to log our bookkeeping. */ #undef COLLECT_STATS /* Collect counters: stats are printed when tracer is stopped. */ +#undef DO_NOTHING /* Define this to make the tracer do nothing. */ /* Py 2.x and 3.x compatibility */ |