diff options
author | Guido van Rossum <guido@python.org> | 2007-05-03 17:49:24 (GMT) |
---|---|---|
committer | Guido van Rossum <guido@python.org> | 2007-05-03 17:49:24 (GMT) |
commit | 8d30cc0144a6a94e06f3a115b07afa6314466cfd (patch) | |
tree | 0c0b2f3d75cca4173ec3e8e2962682affbd2e886 /RISCOS | |
parent | 938ef57e267838dcfbfb0d51d9bd40caece1c5db (diff) | |
download | cpython-8d30cc0144a6a94e06f3a115b07afa6314466cfd.zip cpython-8d30cc0144a6a94e06f3a115b07afa6314466cfd.tar.gz cpython-8d30cc0144a6a94e06f3a115b07afa6314466cfd.tar.bz2 |
Get rid of all #ifdef Py_USING_UNICODE (it is always present now).
(With the help of unifdef from freshmeat.)
Diffstat (limited to 'RISCOS')
-rw-r--r-- | RISCOS/pyconfig.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/RISCOS/pyconfig.h b/RISCOS/pyconfig.h index 9a34d41..d9b89cc 100644 --- a/RISCOS/pyconfig.h +++ b/RISCOS/pyconfig.h @@ -168,9 +168,6 @@ /* This must be defined on some systems to enable large file support */ #undef _LARGEFILE_SOURCE -/* Define if you want to have a Unicode type. */ -#define Py_USING_UNICODE 1 - /* Define as the integral type used for Unicode representation. */ #define PY_UNICODE_TYPE unsigned short |