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 | cb5c0ffe6bef8b43bb1e22a3576e535dd0bf89fd (patch) | |
tree | 0a998ed29fb8e6956edad10789ee9878e45ea3be /coverage/ctracer/util.h | |
parent | 499d4b06a6c13f339cc4b49626ce1c200533864f (diff) | |
download | python-coveragepy-cb5c0ffe6bef8b43bb1e22a3576e535dd0bf89fd.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 678eb6c..e192f97 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 */ |