Hi, And best wishes!
Kevin Ryde <[EMAIL PROTECTED]> writes: > Cesar Strauss <[EMAIL PROTECTED]> writes: >> -# define LC_MESSAGES_MASK (1 << LC_MESSAGES) >> +# ifdef LC_MESSAGES /* undefined on mingw */ >> +# define LC_MESSAGES_MASK (1 << LC_MESSAGES) >> +# else >> +# define LC_MESSAGES_MASK 0 >> +# endif > > I'll leave that for Ludovic to contemplate, I think he said he'll > change it to use just the base LC bits, not an extra set of mask > values. Yes, that is indeed going to change Real Soon Now. Thanks, Ludovic. _______________________________________________ Bug-guile mailing list [email protected] http://lists.gnu.org/mailman/listinfo/bug-guile
