ObjFW  Diff

Differences From Artifact [2183cd8116]:

To Artifact [ca01c9a5ad]:


171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
			    exceptionWithClass: self];

		lookupTable[i] = (state_function)
		    [self instanceMethodForSelector: selectors[i]];
	}
}

+ parser
{
	return [[[self alloc] init] autorelease];
}

- init
{
	self = [super init];







|







171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
			    exceptionWithClass: self];

		lookupTable[i] = (state_function)
		    [self instanceMethodForSelector: selectors[i]];
	}
}

+ (instancetype)parser
{
	return [[[self alloc] init] autorelease];
}

- init
{
	self = [super init];