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: Paolo Bonzini
Subject: Re: [PATCH 24/34] maint: dfa: remove #if MBS_SUPPORT around struct definition
Date: Thu, 15 Sep 2011 13:12:18 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:6.0.2) Gecko/20110906 Thunderbird/6.0.2

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? These patches should also move towards the head of the series.

Paolo



reply via email to

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