diff options
author | Alan Coopersmith <alan.coopersmith@oracle.com> | 2024-02-17 11:22:55 -0800 |
---|---|---|
committer | Alan Coopersmith <alan.coopersmith@oracle.com> | 2024-02-17 11:27:55 -0800 |
commit | caf607b8a2af475dbcce66b207212e95df903146 (patch) | |
tree | 04d265670b9152015b01674b5d046c651d91b95e /src/XawI18n.h | |
parent | 585f58fa3b754e36ea97886261e7ac190d2dfeb4 (diff) |
unifdef sony
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
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) |