Added #fndef's to avoid compiler errors.

This commit is contained in:
Marc-André Lemburg 2000-08-11 11:43:10 +00:00
parent d2653a9e07
commit 1a731c60a3

View file

@ -78,8 +78,10 @@ Copyright (c) Corporation for National Research Initiatives.
PyUnicode_AsWideChar(). */ PyUnicode_AsWideChar(). */
#ifdef HAVE_USABLE_WCHAR_T #ifdef HAVE_USABLE_WCHAR_T
# ifndef HAVE_WCHAR_H
# define HAVE_WCHAR_H # define HAVE_WCHAR_H
# endif # endif
#endif
#ifdef HAVE_WCHAR_H #ifdef HAVE_WCHAR_H
/* Work around a cosmetic bug in BSDI 4.x wchar.h; thanks to Thomas Wouters */ /* Work around a cosmetic bug in BSDI 4.x wchar.h; thanks to Thomas Wouters */