projects
/
pspp
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8cbc71c
)
* quotearg.c (mbstate_t) [!HAVE_MBRTOWC]: #define to int.
author
Paul Eggert
<eggert@cs.ucla.edu>
Tue, 3 Oct 2006 06:33:39 +0000
(06:33 +0000)
committer
Paul Eggert
<eggert@cs.ucla.edu>
Tue, 3 Oct 2006 06:33:39 +0000
(06:33 +0000)
lib/ChangeLog
patch
|
blob
|
history
lib/quotearg.c
patch
|
blob
|
history
diff --git
a/lib/ChangeLog
b/lib/ChangeLog
index cf4160290358e5d3d8cffbf29ec22dacccf1674a..fb57d99d3930c2f580ef936447bf66551d861459 100644
(file)
--- a/
lib/ChangeLog
+++ b/
lib/ChangeLog
@@
-1,3
+1,7
@@
+2006-10-02 Paolo Bonzini <bonzini@gnu.org> (tiny change)
+
+ * quotearg.c (mbstate_t) [!HAVE_MBRTOWC]: #define to int.
+
2006-09-29 Paul Eggert <eggert@cs.ucla.edu>
Work around bug in Solaris 10 /proc file system:
diff --git
a/lib/quotearg.c
b/lib/quotearg.c
index 381f00acc13cc41bb3ed293f82d4788f117fa75f..fcff495e9358702f5ba2eb0ccc0aeb12cbfa627f 100644
(file)
--- a/
lib/quotearg.c
+++ b/
lib/quotearg.c
@@
-51,6
+51,8
@@
syntax. */
# undef MB_CUR_MAX
# define MB_CUR_MAX 1
+# undef mbstate_t
+# define mbstate_t int
# define mbrtowc(pwc, s, n, ps) ((*(pwc) = *(s)) != 0)
# define iswprint(wc) isprint ((unsigned char) (wc))
# undef HAVE_MBSINIT