projects
/
pspp
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ece8aff
)
(mbstate_t): Don't define here.
author
Jim Meyering
<jim@meyering.net>
Sun, 2 Jul 2000 18:32:05 +0000
(18:32 +0000)
committer
Jim Meyering
<jim@meyering.net>
Sun, 2 Jul 2000 18:32:05 +0000
(18:32 +0000)
lib/quotearg.c
patch
|
blob
|
history
diff --git
a/lib/quotearg.c
b/lib/quotearg.c
index 7fa5278bb18e7a7f79bfb679b41117b94242c528..2483164a65b647328327b762b9dde4b7e774cf31 100644
(file)
--- 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