diff options
author | Alan Coopersmith <alan.coopersmith@oracle.com> | 2024-02-17 11:22:10 -0800 |
---|---|---|
committer | Alan Coopersmith <alan.coopersmith@oracle.com> | 2024-02-17 11:27:48 -0800 |
commit | 585f58fa3b754e36ea97886261e7ac190d2dfeb4 (patch) | |
tree | abc7da83481e70cfbee90a41c5dfdab8d87d6837 /src/XawI18n.h | |
parent | 7b4af57e8a1471747e17fff184032d8250e598b6 (diff) |
unifdef NCR
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
Diffstat (limited to 'src/XawI18n.h')
-rw-r--r-- | src/XawI18n.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/XawI18n.h b/src/XawI18n.h index f1a1b06..86cd891 100644 --- a/src/XawI18n.h +++ b/src/XawI18n.h @@ -43,11 +43,6 @@ in this Software without prior written authorization from the X Consortium. #include <ctype.h> #endif -#ifdef NCR -#define iswspace(c) _Xaw_iswspace(c) -extern int _Xaw_iswspace(wchar_t); -#endif - #ifdef sony #ifndef SVR4 #include <jctype.h> |