Paolo Bonzini wrote: > On 09/15/2011 01:11 PM, Paolo Bonzini wrote: >>> >>> + >>> +#if ! MBS_SUPPORT >>> +# undef MB_CUR_MAX >>> +# define MB_CUR_MAX 1 >>> +#endif >>> -- 1.7.7.rc0.362.g5a14 >> >> Is this needed with gnulib? Also, if it is really needed it should be >> patch 1 in the series, shouldn't it? > > Ah got it now. This is what enables patch 33. I'm not sure I like > it, please drop it for now.
That change is required when MBS_SUPPORT is 0. If you want to adjust things so the code compiles warning-free in that case, please do it after I've pushed all of these changes.
