Differences From Artifact [e04ae60642]:
- File src/OFObject.m — part of check-in [526feacebc] at 2017-11-11 23:27:09 on branch trunk — Small optimization for -[isEqual:] (user: js, size: 30324) [annotate] [blame] [check-ins using]
To Artifact [22261c0609]:
- File src/OFObject.m — part of check-in [c03aab9c8c] at 2017-11-19 13:14:11 on branch trunk — Remove +[OFObject new] (user: js, size: 30270) [annotate] [blame] [check-ins using]
︙ | ︙ | |||
281 282 283 284 285 286 287 | } + (instancetype)alloc { return of_alloc_object(self, 0, 0, NULL); } | < < < < < | 281 282 283 284 285 286 287 288 289 290 291 292 293 294 | } + (instancetype)alloc { return of_alloc_object(self, 0, 0, NULL); } + (Class)class { return self; } + (OFString *)className { |
︙ | ︙ |