From: Marc-André Lemburg Date: Fri, 11 Aug 2000 11:43:10 +0000 (+0000) Subject: Added #fndef's to avoid compiler errors. X-Git-Tag: v2.0b1~514 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=1a731c60a3e70a2516eebc32b8988eab996bbc88;p=thirdparty%2FPython%2Fcpython.git Added #fndef's to avoid compiler errors. --- diff --git a/Include/unicodeobject.h b/Include/unicodeobject.h index 01dce9469c34..e88b8ed3399a 100644 --- a/Include/unicodeobject.h +++ b/Include/unicodeobject.h @@ -78,7 +78,9 @@ Copyright (c) Corporation for National Research Initiatives. PyUnicode_AsWideChar(). */ #ifdef HAVE_USABLE_WCHAR_T -# define HAVE_WCHAR_H +# ifndef HAVE_WCHAR_H +# define HAVE_WCHAR_H +# endif #endif #ifdef HAVE_WCHAR_H