diff options
Diffstat (limited to 'src/XawI18n.h')
-rw-r--r-- | src/XawI18n.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/XawI18n.h b/src/XawI18n.h index 4c22717..388fa42 100644 --- a/src/XawI18n.h +++ b/src/XawI18n.h @@ -29,11 +29,11 @@ in this Software without prior written authorization from the X Consortium. #include <wctype.h> #ifdef HAVE_WIDEC_H #include <widec.h> -#endif #define wcslen(c) wslen(c) #define wcscpy(d,s) wscpy(d,s) #define wcsncpy(d,s,l) wsncpy(d,s,l) #endif +#endif #ifdef HAVE_WCHAR_H #include <wchar.h> @@ -70,7 +70,7 @@ extern wchar_t _Xaw_atowc ( #endif ); -#ifndef HAVE_ISW_FUNCS +#ifndef HAVE_ISWSPACE #include <ctype.h> #ifndef iswspace #define iswspace(c) (isascii(c) && isspace(toascii(c))) |