diff options
author | Jim Meyering <jim@meyering.net> | 2000-07-02 18:32:05 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2000-07-02 18:32:05 +0000 |
commit | b6ceaf9df1d73ba5fad12a3ff748318a639cab46 (patch) | |
tree | 7fce2abfd325e7de114963834ae989b7a8d81ae5 | |
parent | c6d5d9624cdc49d252833248c34726ad9a6f50eb (diff) | |
download | coreutils-b6ceaf9df1d73ba5fad12a3ff748318a639cab46.tar.xz |
(mbstate_t): Don't define here.
-rw-r--r-- | lib/quotearg.c | 2 |
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 |