diff options
Diffstat (limited to 'Include/internal/pycore_warnings.h')
| -rw-r--r-- | Include/internal/pycore_warnings.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Include/internal/pycore_warnings.h b/Include/internal/pycore_warnings.h index 2878a28..91bf902 100644 --- a/Include/internal/pycore_warnings.h +++ b/Include/internal/pycore_warnings.h @@ -4,6 +4,10 @@ extern "C" { #endif +#if !defined(Py_BUILD_CORE) && !defined(Py_BUILD_CORE_BUILTIN) +# error "this header requires Py_BUILD_CORE or Py_BUILD_CORE_BUILTIN define" +#endif + #include "object.h" struct _warnings_runtime_state { |
