diff options
Diffstat (limited to 'coverage/ctracer/tracer.h')
-rw-r--r-- | coverage/ctracer/tracer.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/coverage/ctracer/tracer.h b/coverage/ctracer/tracer.h index 7769b2c2..438317b0 100644 --- a/coverage/ctracer/tracer.h +++ b/coverage/ctracer/tracer.h @@ -30,9 +30,9 @@ typedef struct CTracer { PyObject * context; /* Has the tracer been started? */ - int started; + BOOL started; /* Are we tracing arcs, or just lines? */ - int tracing_arcs; + BOOL tracing_arcs; /* The data stack is a stack of dictionaries. Each dictionary collects |