|
|
|
@ -4,6 +4,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
// This function is exported as a weak symbol to enable GNUstep or some other
|
|
|
|
// This function is exported as a weak symbol to enable GNUstep or some other
|
|
|
|
// framework to replace it trivially
|
|
|
|
// framework to replace it trivially
|
|
|
|
|
|
|
|
OBJC_PUBLIC
|
|
|
|
void __attribute__((weak)) objc_enumerationMutation(id obj)
|
|
|
|
void __attribute__((weak)) objc_enumerationMutation(id obj)
|
|
|
|
{
|
|
|
|
{
|
|
|
|
fprintf(stderr, "Mutation occured during enumeration.");
|
|
|
|
fprintf(stderr, "Mutation occured during enumeration.");
|
|
|
|
|