]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Added #fndef's to avoid compiler errors.
authorMarc-André Lemburg <mal@egenix.com>
Fri, 11 Aug 2000 11:43:10 +0000 (11:43 +0000)
committerMarc-André Lemburg <mal@egenix.com>
Fri, 11 Aug 2000 11:43:10 +0000 (11:43 +0000)
Include/unicodeobject.h

index 01dce9469c34c5c1d71c1c93f6ca5b58b2a02653..e88b8ed3399a32aaf16e455a24078fe6e90a5721 100644 (file)
@@ -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