diff options
author | Facundo Batista <facundobatista@gmail.com> | 2007-11-16 19:16:15 (GMT) |
---|---|---|
committer | Facundo Batista <facundobatista@gmail.com> | 2007-11-16 19:16:15 (GMT) |
commit | 6f7e6fb7a2e5f379a140f320e7c19cb171ab72c1 (patch) | |
tree | 2135ebc5f8e9c980eefea905935111961473912f /Objects/unicodeobject.c | |
parent | 292a069b88b72d910dee2e70a98af5d63982ebd1 (diff) | |
download | cpython-6f7e6fb7a2e5f379a140f320e7c19cb171ab72c1.zip cpython-6f7e6fb7a2e5f379a140f320e7c19cb171ab72c1.tar.gz cpython-6f7e6fb7a2e5f379a140f320e7c19cb171ab72c1.tar.bz2 |
Made _ParseTupleFinds only defined to unicodeobject.c
Diffstat (limited to 'Objects/unicodeobject.c')
-rw-r--r-- | Objects/unicodeobject.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Objects/unicodeobject.c b/Objects/unicodeobject.c index 06c8fc3..7043d5f 100644 --- a/Objects/unicodeobject.c +++ b/Objects/unicodeobject.c @@ -4533,6 +4533,7 @@ STRINGLIB_CMP(const Py_UNICODE* str, const Py_UNICODE* other, Py_ssize_t len) } #define STRINGLIB_EMPTY unicode_empty +#define FROM_UNICODE #include "stringlib/fastsearch.h" |