On 03/25/2010 02:34 PM, Jim Meyering wrote:
>> This looks kind of awkward. Could we instead do:
>>
>> #ifdef MBS_SUPPORT
>> typedef grep_wint wint_t;
>> #else
>> typedef grep_wint unsigned int;
>> #endif
>>
>> static void
>> setbit_case_fold (grep_wint b, charclass c)
>> {
>
> Yes, please ;-)Of course, with the correct ordering (I guess I was typing too fast): typedef wint_t grep_wint; typedef unsigned int grep_wint; -- Eric Blake [email protected] +1-801-349-2682 Libvirt virtualization library http://libvirt.org
signature.asc
Description: OpenPGP digital signature
