python/dist/src/Include unicodeobject.h, 2.46, 2.47
Update of /cvsroot/python/python/dist/src/Include In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv26240 Modified Files: unicodeobject.h Log Message: SF patch #1056231: typo in comment (unicodeobject.h) Index: unicodeobject.h =================================================================== RCS file: /cvsroot/python/python/dist/src/Include/unicodeobject.h,v retrieving revision 2.46 retrieving revision 2.47 diff -u -d -r2.46 -r2.47 --- unicodeobject.h 7 Sep 2004 20:24:04 -0000 2.46 +++ unicodeobject.h 31 Oct 2004 05:46:59 -0000 2.47 @@ -293,7 +293,7 @@ /* If you want Python to use the compiler's wctype.h functions instead of the ones supplied with Python, define WANT_WCTYPE_FUNCTIONS or - configure Python using --with-ctype-functions. This reduces the + configure Python using --with-wctype-functions. This reduces the interpreter's code size. */ #if defined(HAVE_USABLE_WCHAR_T) && defined(WANT_WCTYPE_FUNCTIONS)
participants (1)
-
rhettingerīŧ users.sourceforge.net