summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlan Coopersmith <alan.coopersmith@oracle.com>2024-02-17 11:22:55 -0800
committerAlan Coopersmith <alan.coopersmith@oracle.com>2024-02-17 11:27:55 -0800
commitcaf607b8a2af475dbcce66b207212e95df903146 (patch)
tree04d265670b9152015b01674b5d046c651d91b95e
parent585f58fa3b754e36ea97886261e7ac190d2dfeb4 (diff)
unifdef sony
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
-rw-r--r--src/XawI18n.h7
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)