This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author dilyan.palauzov
Recipients dilyan.palauzov
Date 2011-02-24.14:51:43
SpamBayes Score 2.9474913e-05
Marked as misclassified No
Message-id <1298559104.85.0.0545098544646.issue11309@psf.upfronthosting.co.za>
In-reply-to
Content
As of python 2.7.1 configured with "--enable-ipv6 --enable-unicode --with-system-expat --with-system-ffi --with-signal-module --with-threads --with-wctype-functions --enable-shared":

Please #include <wctype.h> in Objects/unicodetype_db.h and Objects/unicodectype.c

compilation produces the warnings:

In file included from Objects/unicodectype.c:34:0:
Objects/unicodetype_db.h: In function '_PyUnicodeUCS2_IsWhitespace':
Objects/unicodetype_db.h:3277:5: warning: implicit declaration of function 'iswspace'
Objects/unicodectype.c: In function '_PyUnicodeUCS2_IsLowercase':
Objects/unicodectype.c:192:5: warning: implicit declaration of function 'iswlower'
Objects/unicodectype.c: In function '_PyUnicodeUCS2_IsUppercase':
Objects/unicodectype.c:197:5: warning: implicit declaration of function 'iswupper'
Objects/unicodectype.c: In function '_PyUnicodeUCS2_ToLowercase':
Objects/unicodectype.c:202:5: warning: implicit declaration of function 'towlower'
Objects/unicodectype.c:202:12: warning: incompatible implicit declaration of built-in function 'towlower'
Objects/unicodectype.c: In function '_PyUnicodeUCS2_ToUppercase':
Objects/unicodectype.c:207:5: warning: implicit declaration of function 'towupper'
Objects/unicodectype.c:207:12: warning: incompatible implicit declaration of built-in function 'towupper'
Objects/unicodectype.c: In function '_PyUnicodeUCS2_IsAlpha':
Objects/unicodectype.c:212:5: warning: implicit declaration of function 'iswalpha'
History
Date User Action Args
2011-02-24 14:51:44dilyan.palauzovsetrecipients: + dilyan.palauzov
2011-02-24 14:51:44dilyan.palauzovsetmessageid: <1298559104.85.0.0545098544646.issue11309@psf.upfronthosting.co.za>
2011-02-24 14:51:43dilyan.palauzovlinkissue11309 messages
2011-02-24 14:51:43dilyan.palauzovcreate