From c69e912746e5e491e01eeed17182dedd689f6151 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Sun, 2 Jul 2000 18:32:05 +0000 Subject: [PATCH] (mbstate_t): Don't define here. --- lib/quotearg.c | 2 -- 1 file changed, 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 # 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 -- 2.11.0