mirror of
https://github.com/python/cpython.git
synced 2025-08-04 00:48:58 +00:00
Remove traces of Py_USING_UNICODE and Unicode-specific conditionals in configure.
Rename --enable-unicode to --with-wide-unicode; the default is still not wide.
This commit is contained in:
parent
22ec03c286
commit
52d168a995
9 changed files with 93 additions and 132 deletions
|
@ -58,7 +58,6 @@
|
|||
#define WITH_DOC_STRINGS 1
|
||||
|
||||
/* Unicode related */
|
||||
#define Py_USING_UNICODE 1
|
||||
#define PY_UNICODE_TYPE wchar_t
|
||||
#define Py_UNICODE_SIZE SIZEOF_SHORT
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue