From f45ac4ae31017c15ce8634be387be53b5ab8ebf3 Mon Sep 17 00:00:00 2001 From: Alan Coopersmith Date: Mon, 2 Dec 2013 21:51:27 -0800 Subject: unifdef -UISC Signed-off-by: Alan Coopersmith Backported-to-NX-by: Ulrich Sibiller --- nx-X11/lib/X11/lcStd.c | 10 ---------- 1 file changed, 10 deletions(-) (limited to 'nx-X11/lib/X11/lcStd.c') 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); -- cgit v1.2.3