diff options
Diffstat (limited to 'Include/token.h')
-rw-r--r-- | Include/token.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Include/token.h b/Include/token.h index 9c19f5ce9d1..a462c64db93 100644 --- a/Include/token.h +++ b/Include/token.h @@ -1,6 +1,6 @@ /* Token types */ - +#ifndef Py_LIMITED_API #ifndef Py_TOKEN_H #define Py_TOKEN_H #ifdef __cplusplus @@ -85,3 +85,4 @@ PyAPI_FUNC(int) PyToken_ThreeChars(int, int, int); } #endif #endif /* !Py_TOKEN_H */ +#endif /* Py_LIMITED_API */ |