projects
/
pspp
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
62588d4
)
(mbrtowc): Declare returned type, since BeOS doesn't.
author
Jim Meyering
<jim@meyering.net>
Thu, 6 Jul 2000 04:47:28 +0000
(
04:47
+0000)
committer
Jim Meyering
<jim@meyering.net>
Thu, 6 Jul 2000 04:47:28 +0000
(
04:47
+0000)
lib/quotearg.c
patch
|
blob
|
history
diff --git
a/lib/quotearg.c
b/lib/quotearg.c
index a1ccb3b8fd83272f821feb37868bf27a653cc109..111b1c1aa34667afd2202291d7fd77a4dc9f9260 100644
(file)
--- a/
lib/quotearg.c
+++ b/
lib/quotearg.c
@@
-63,6
+63,7
@@
#endif
#if HAVE_MBRTOWC && HAVE_WCHAR_H
+size_t mbrtowc ();
# if !HAVE_MBSTATE_T_OBJECT
# define mbrtowc(pwc, s, n, ps) (mbrtowc) (pwc, s, n, 0)
# endif