[Python-checkins] CVS: python/dist/src/Objects unicodeobject.c,2.4,2.5
Guido van Rossum
python-dev@python.org
2000年3月31日 12:24:12 -0500 (EST)
Update of /projects/cvsroot/python/dist/src/Objects
In directory eric:/home/guido/hp/mal/py-patched/Objects
Modified Files:
unicodeobject.c
Log Message:
Some blank lines.
Index: unicodeobject.c
===================================================================
RCS file: /projects/cvsroot/python/dist/src/Objects/unicodeobject.c,v
retrieving revision 2.4
retrieving revision 2.5
diff -C2 -r2.4 -r2.5
*** unicodeobject.c 2000年03月28日 02:01:52 2.4
--- unicodeobject.c 2000年03月31日 17:24:09 2.5
***************
*** 1484,1488 ****
--- 1484,1490 ----
#ifdef MS_WIN32
+
/* --- MBCS codecs for Windows -------------------------------------------- */
+
PyObject *PyUnicode_DecodeMBCS(const char *s,
int size,
***************
*** 1537,1540 ****
--- 1539,1543 ----
return repr;
}
+
#endif /* MS_WIN32 */