> 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.

Cheers,
Rafael

Attachment: t.patch
Description: Binary data

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

Reply via email to