From: Jim Meyering Date: Thu, 6 Jul 2000 04:47:28 +0000 (+0000) Subject: (mbrtowc): Declare returned type, since BeOS doesn't. X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1f1d0940ac1e1acb852a88bf6d791bd4f66cd7aa;p=pspp (mbrtowc): Declare returned type, since BeOS doesn't. --- diff --git a/lib/quotearg.c b/lib/quotearg.c index a1ccb3b8fd..111b1c1aa3 100644 --- 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