ObjFW  Diff

Differences From Artifact [5386d2b724]:

To Artifact [40fc377fab]:


50
51
52
53
54
55
56

57
58
59
60
61
62
63
#else
extern void _Unwind_Resume(void *);
#endif
extern void __register_frame_info(const void *, void *);
extern void __deregister_frame_info(const void *);

struct Library *ObjFWRTBase;


static void __attribute__((__constructor__))
init(void)
{
	static bool initialized = false;
	struct objc_libc libc = {
		.malloc = malloc,







>







50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
#else
extern void _Unwind_Resume(void *);
#endif
extern void __register_frame_info(const void *, void *);
extern void __deregister_frame_info(const void *);

struct Library *ObjFWRTBase;
void *__objc_class_name_Protocol;

static void __attribute__((__constructor__))
init(void)
{
	static bool initialized = false;
	struct objc_libc libc = {
		.malloc = malloc,