On Jun 7, 2013, at 10:44 AM, Rafael Espíndola <[email protected]> 
wrote:

>> This is dicey. Argument type to objc_enumerationMutation is ‘id’ which is
>> translated into
>> what ‘id’ is typedef’ed to; “struct objc_object*”. If projects have forward
>> declaration of
>> objc_enumerationMutation in their header files, this will cause conflicting
>> types error
>> for objc_enumerationMutation.
> 
> I see. The attached patch updates the tests to not define id to void* instead.

Yes. Lazy me. It should have been that way to start with.
- Fariborz

> 
> Cheers,
> Rafael
> <t.patch>

_______________________________________________
cfe-commits mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits

Reply via email to