diff options
Diffstat (limited to 'Include')
-rw-r--r-- | Include/pydebug.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Include/pydebug.h b/Include/pydebug.h index a848a15..4315f50 100644 --- a/Include/pydebug.h +++ b/Include/pydebug.h @@ -43,6 +43,7 @@ extern DL_IMPORT(int) Py_NoSiteFlag; extern DL_IMPORT(int) Py_UseClassExceptionsFlag; extern DL_IMPORT(int) Py_FrozenFlag; extern DL_IMPORT(int) Py_TabcheckFlag; +extern DL_IMPORT(int) Py_UnicodeFlag; DL_IMPORT(void) Py_FatalError Py_PROTO((char *)); |