diff options
Diffstat (limited to 'Include/pyarena.h')
-rw-r--r-- | Include/pyarena.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Include/pyarena.h b/Include/pyarena.h index 5f193fecee..db3ad0188f 100644 --- a/Include/pyarena.h +++ b/Include/pyarena.h @@ -1,6 +1,7 @@ /* An arena-like memory interface for the compiler. */ +#ifndef Py_LIMITED_API #ifndef Py_PYARENA_H #define Py_PYARENA_H @@ -60,3 +61,4 @@ extern "C" { #endif #endif /* !Py_PYARENA_H */ +#endif /* Py_LIMITED_API */ |