Paolo Bonzini wrote:
> On 09/15/2011 12:28 PM, Jim Meyering wrote:
>> -#if MBS_SUPPORT
>>   /* A bracket operator.
>>      e.g. [a-c], [[:alpha:]], etc.  */
>>   struct mb_char_classes
>> @@ -283,7 +282,6 @@ struct mb_char_classes
>>     char **coll_elems;
>>     int ncoll_elems;         /* Collating elements.  */
>>   };
>> -#endif
>
> How do these compile without MBS_SUPPORT defined?

Do you mean with MBS_SUPPORT defined to 0?
Append these two lines to mbsupport.h and see for yourself:

#undef MBS_SUPPORT
#define MBS_SUPPORT 0

> These patches
> should also move towards the head of the series.

I've had more than my share of rebasing with this series,
so I hope you'll forgive me: if moving this change set is not
trivial, then I probably won't do it.

Reply via email to