aboutsummaryrefslogtreecommitdiff
path: root/nx-X11/lib/X11/lcStd.c
diff options
context:
space:
mode:
authorAlan Coopersmith <alan.coopersmith@oracle.com>2013-12-02 21:51:27 -0800
committerUlrich Sibiller <uli42@gmx.de>2016-10-19 21:40:29 +0200
commitf45ac4ae31017c15ce8634be387be53b5ab8ebf3 (patch)
tree547c15d432d7a002c337a1265e6796b83068c566 /nx-X11/lib/X11/lcStd.c
parent35dc4784bcee7a42a83cc1dbab13fb82cfcc5803 (diff)
downloadnx-libs-f45ac4ae31017c15ce8634be387be53b5ab8ebf3.tar.gz
nx-libs-f45ac4ae31017c15ce8634be387be53b5ab8ebf3.tar.bz2
nx-libs-f45ac4ae31017c15ce8634be387be53b5ab8ebf3.zip
unifdef -UISC
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> Backported-to-NX-by: Ulrich Sibiller <uli42@gmx.de>
Diffstat (limited to 'nx-X11/lib/X11/lcStd.c')
-rw-r--r--nx-X11/lib/X11/lcStd.c10
1 files changed, 0 insertions, 10 deletions
diff --git a/nx-X11/lib/X11/lcStd.c b/nx-X11/lib/X11/lcStd.c
index 87f6b60b3..9d452bcae 100644
--- a/nx-X11/lib/X11/lcStd.c
+++ b/nx-X11/lib/X11/lcStd.c
@@ -199,13 +199,8 @@ _Xlcwcstombs(
int
_Xmbtowc(
wchar_t *wstr,
-#ifdef ISC
- char const *str,
- size_t len
-#else
char *str,
int len
-#endif
)
{
return _Xlcmbtowc((XLCd) NULL, wstr, str, len);
@@ -213,13 +208,8 @@ _Xmbtowc(
int
_Xmblen(
-#ifdef ISC
- char const *str,
- size_t len
-#else
char *str,
int len
-#endif
)
{
return _Xmbtowc((wchar_t *) NULL, str, len);