diff options
Diffstat (limited to 'Include/unicodeobject.h')
-rw-r--r-- | Include/unicodeobject.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Include/unicodeobject.h b/Include/unicodeobject.h index f3c37fe..4e94f76 100644 --- a/Include/unicodeobject.h +++ b/Include/unicodeobject.h @@ -417,6 +417,7 @@ typedef struct { } PyUnicodeObject; PyAPI_DATA(PyTypeObject) PyUnicode_Type; +PyAPI_DATA(PyTypeObject) PyUnicodeIter_Type; #define SSTATE_NOT_INTERNED 0 #define SSTATE_INTERNED_MORTAL 1 |