ObjFW  Diff

Differences From Artifact [2f8b3fda71]:

To Artifact [9817511d97]:


92
93
94
95
96
97
98

99
100
101
102
103
104
105

#if !defined(OF_APPLE_RUNTIME) || defined(__OBJC2__)
static void
uncaught_exception_handler(id exception)
{
	fprintf(stderr, "\nRuntime error: Unhandled exception:\n%s\n",
	    [[exception description] UTF8String]);

}
#endif

static void
enumeration_mutation_handler(id object)
{
	@throw [OFEnumerationMutationException







>







92
93
94
95
96
97
98
99
100
101
102
103
104
105
106

#if !defined(OF_APPLE_RUNTIME) || defined(__OBJC2__)
static void
uncaught_exception_handler(id exception)
{
	fprintf(stderr, "\nRuntime error: Unhandled exception:\n%s\n",
	    [[exception description] UTF8String]);
	abort();
}
#endif

static void
enumeration_mutation_handler(id object)
{
	@throw [OFEnumerationMutationException