]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
(mbrtowc, mbsinit):
authorJim Meyering <jim@meyering.net>
Sat, 17 Feb 2001 10:39:17 +0000 (10:39 +0000)
committerJim Meyering <jim@meyering.net>
Sat, 17 Feb 2001 10:39:17 +0000 (10:39 +0000)
Remove workaround macros for hosts that have mbrtowc but not
mbstate_t, as we now insist on proper declarations for both
before using mbrtowc.

lib/mbswidth.c

index bb6aa1a6d8e83587591ca558483f212d371be947..208a629d34f1fe93c0ee55c0211466f3ea5eebad 100644 (file)
 # define iswprint(wc) 1
 #endif
 
-/* Some systems, like BeOS, have multibyte encodings but lack mbstate_t.  */
-#if HAVE_MBRTOWC && defined mbstate_t
-# define mbrtowc(pwc, s, n, ps) (mbrtowc) (pwc, s, n, 0)
-# define mbsinit(ps) 1
-#endif
-
 #ifndef HAVE_DECL_WCWIDTH
 "this configure-time declaration test was not run"
 #endif