From 2ea3e143f071344c3fb847faf33b5308e25bb5c5 Mon Sep 17 00:00:00 2001 From: Guido van Rossum Date: Fri, 31 Mar 2000 17:24:09 +0000 Subject: [PATCH] Some blank lines. --- Objects/unicodeobject.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Objects/unicodeobject.c b/Objects/unicodeobject.c index 8c1db7eb00..9c35e2d544 100644 --- a/Objects/unicodeobject.c +++ b/Objects/unicodeobject.c @@ -1483,7 +1483,9 @@ PyObject *PyUnicode_AsASCIIString(PyObject *unicode) } #ifdef MS_WIN32 + /* --- MBCS codecs for Windows -------------------------------------------- */ + PyObject *PyUnicode_DecodeMBCS(const char *s, int size, const char *errors) @@ -1536,6 +1538,7 @@ PyObject *PyUnicode_EncodeMBCS(const Py_UNICODE *p, } return repr; } + #endif /* MS_WIN32 */ /* --- Character Mapping Codec -------------------------------------------- */ -- 2.40.0