diff options
Diffstat (limited to 'Include/unicodeobject.h')
-rw-r--r-- | Include/unicodeobject.h | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/Include/unicodeobject.h b/Include/unicodeobject.h index 0bad8c3..c12cb96 100644 --- a/Include/unicodeobject.h +++ b/Include/unicodeobject.h @@ -58,13 +58,6 @@ Copyright (c) Corporation for National Research Initiatives. /* --- Internal Unicode Format -------------------------------------------- */ -#ifndef Py_USING_UNICODE - -#define PyUnicode_Check(op) 0 -#define PyUnicode_CheckExact(op) 0 - -#else - /* FIXME: MvL's new implementation assumes that Py_UNICODE_SIZE is properly set, but the default rules below doesn't set it. I'll sort this out some other day -- fredrik@pythonware.com */ @@ -1262,5 +1255,4 @@ PyAPI_FUNC(int) _PyUnicode_IsAlpha( #ifdef __cplusplus } #endif -#endif /* Py_USING_UNICODE */ #endif /* !Py_UNICODEOBJECT_H */ |