ObjFW  Diff

Differences From Artifact [97d16c1155]:

To Artifact [701acb1f6d]:


136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
DESTRUCTOR_P(ObjFWRT, 4000)
{
	dtor();
}
#endif

void
__objc_exec_class(void *module)
{
	/*
	 * The compiler generates constructors that call into this, so it is
	 * possible that we are not set up yet when we get called.
	 */
	ctor();








|







136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
DESTRUCTOR_P(ObjFWRT, 4000)
{
	dtor();
}
#endif

void
__objc_exec_class(struct objc_module *module)
{
	/*
	 * The compiler generates constructors that call into this, so it is
	 * possible that we are not set up yet when we get called.
	 */
	ctor();