diff options
Diffstat (limited to 'src/XawI18n.h')
-rw-r--r-- | src/XawI18n.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/src/XawI18n.h b/src/XawI18n.h index 86cd891..5ab9bcd 100644 --- a/src/XawI18n.h +++ b/src/XawI18n.h @@ -43,13 +43,6 @@ in this Software without prior written authorization from the X Consortium. #include <ctype.h> #endif -#ifdef sony -#ifndef SVR4 -#include <jctype.h> -#define iswspace(c) jisspace(c) -#endif -#endif - #ifdef USE_XWCHAR_STRING #define wcslen(c) _Xwcslen(c) #define wcscpy(d,s) _Xwcscpy(d,s) |