diff options
author | arcadia-devtools <[email protected]> | 2022-03-17 22:21:19 +0300 |
---|---|---|
committer | arcadia-devtools <[email protected]> | 2022-03-17 22:21:19 +0300 |
commit | 25f2dfab966f56fac2d01302af93b0ce7c008246 (patch) | |
tree | 57eba1826cf386ef380d5c0e72ec2e7e1ace6d82 /contrib/tools/python3/src/Include/pydtrace.h | |
parent | a12faa225c1c355cd5c32dd698bda87c17c3660f (diff) |
intermediate changes
ref:ae0d820bd4c277e0556bfc89ee47187d2ef0dd20
Diffstat (limited to 'contrib/tools/python3/src/Include/pydtrace.h')
-rw-r--r-- | contrib/tools/python3/src/Include/pydtrace.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/tools/python3/src/Include/pydtrace.h b/contrib/tools/python3/src/Include/pydtrace.h index 1be8e7ab1b0..6aac3d3c705 100644 --- a/contrib/tools/python3/src/Include/pydtrace.h +++ b/contrib/tools/python3/src/Include/pydtrace.h @@ -8,7 +8,7 @@ extern "C" { #ifdef WITH_DTRACE -#include "pydtrace_probes.h" // Y_IGNORE +#error #include "pydtrace_probes.h" /* pydtrace_probes.h, on systems with DTrace, is auto-generated to include `PyDTrace_{PROBE}` and `PyDTrace_{PROBE}_ENABLED()` macros for every probe |