summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2000-07-02 18:32:05 +0000
committerJim Meyering <jim@meyering.net>2000-07-02 18:32:05 +0000
commitb6ceaf9df1d73ba5fad12a3ff748318a639cab46 (patch)
tree7fce2abfd325e7de114963834ae989b7a8d81ae5 /lib
parentc6d5d9624cdc49d252833248c34726ad9a6f50eb (diff)
downloadcoreutils-b6ceaf9df1d73ba5fad12a3ff748318a639cab46.tar.xz
(mbstate_t): Don't define here.
Diffstat (limited to 'lib')
-rw-r--r--lib/quotearg.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/quotearg.c b/lib/quotearg.c
index 7fa5278bb..2483164a6 100644
--- a/lib/quotearg.c
+++ b/lib/quotearg.c
@@ -62,12 +62,10 @@
# include <wchar.h>
# if !HAVE_MBSTATE_T_OBJECT
# define mbrtowc(pwc, s, n, ps) (mbrtowc) (pwc, s, n, 0)
-# define mbstate_t int
# endif
#else
# define mbrtowc(pwc, s, n, ps) 1
# define mbsinit(ps) 1
-# define mbstate_t int
#endif
#if HAVE_WCTYPE_H