summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlan Coopersmith <alan.coopersmith@oracle.com>2024-02-13 17:47:21 -0800
committerAlan Coopersmith <alan.coopersmith@oracle.com>2024-02-13 17:47:21 -0800
commit04a5e1a7d8cb1446e4fe2bb4a823d9795254fecb (patch)
tree679384ca7e7faa1264644749fe527c871f53c016
parenta6cd58c90cf5e47678fd50932d6fc2fdbffb2605 (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 ec691f6..d796380 100644
--- a/src/XawI18n.h
+++ b/src/XawI18n.h
@@ -42,13 +42,6 @@ in this Software without prior written authorization from The Open Group.
#include <ctype.h>
#endif
-#ifdef sony
-#ifndef SVR4
-#include <jctype.h>
-#define iswspace(c) jisspace(c)
-#endif
-#endif
-
#ifdef QNX4
#define toascii( c ) ((unsigned)(c) & 0x007f)
#endif