bug-gnulib
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Fw: Patch allowing mbchar.c to be compiled on IRIX 5.3


From: James Youngman
Subject: Fw: Patch allowing mbchar.c to be compiled on IRIX 5.3
Date: Sat, 17 Dec 2005 22:17:46 +0000
User-agent: Mutt/1.5.9i

On Sat, Dec 17, 2005 at 08:38:06PM +0100, Georg Schwarz wrote:
> After some poking around with the findutils 4.2.27 code it turned out
> that the following patch makes it compile on IRIX 5.3:

Great.  Does the test suite also pass ("make check") with this patch
installed?


> --- ./gnulib/lib/mbchar.c.orig  2005-12-17 20:25:10.000000000 +0100
> +++ ./gnulib/lib/mbchar.c       2005-12-17 20:25:33.000000000 +0100
> @@ -21,7 +21,9 @@
>  
>  #include <limits.h>
>  
> +#if defined HAVE_WCHAR_H || defined _LIBC
>  #include "mbchar.h"
> +#endif
>  
>  #if IS_BASIC_ASCII
> 
> 
> 
> I'm not sure if it is necessary to check for _LIBC as well. It's being
> done at some other instances of the code.

Thanks,
James.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]