summaryrefslogtreecommitdiffstats
path: root/Include/pyarena.h
diff options
context:
space:
mode:
Diffstat (limited to 'Include/pyarena.h')
-rw-r--r--Include/pyarena.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/Include/pyarena.h b/Include/pyarena.h
index 5f193fe..db3ad01 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 */