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