bug-grep
[Top][All Lists]
Advanced

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

Re: [PATCH 24/34] maint: dfa: remove #if MBS_SUPPORT around struct defin


From: Jim Meyering
Subject: Re: [PATCH 24/34] maint: dfa: remove #if MBS_SUPPORT around struct definition
Date: Thu, 15 Sep 2011 13:35:00 +0200

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

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