summaryrefslogtreecommitdiff
path: root/lib/quotearg.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/quotearg.c')
-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