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
