Differences From Artifact [8a0142f57a]:
- File
src/OFObject.m
— part of check-in
[ffb39d1df6]
at
2015-03-30 21:33:29
on branch trunk
— Add OF_NO_RETURN_FUNC
OF_NO_RETURN_FUNC is defined when __attribute__((__noreturn__)) is
supported for functions, whereas OF_NO_RETURN is only defined when it is
supported for both functions and methods. (user: js, size: 24459) [annotate] [blame] [check-ins using]
To Artifact [c0b3318fe8]:
- File
src/OFObject.m
— part of check-in
[cec0f072f8]
at
2016-01-03 00:43:58
on branch 0.8
— Update copyright
While at it, also update the mail address. (user: js, size: 24529) [annotate] [blame] [check-ins using]
1 | 1 2 3 4 5 6 7 8 9 10 | - - + + | /* |
| ︙ | |||
226 227 228 229 230 231 232 233 | 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 | + + - + - - - - + + + + + - - - - + + + + + |
objc_setForwardHandler((IMP)&of_forward, (IMP)&of_forward_stret);
#endif
#ifdef HAVE_OBJC_ENUMERATIONMUTATION
objc_setEnumerationMutationHandler(enumerationMutationHandler);
#endif
of_hash_seed = 0;
while (of_hash_seed == 0) {
#if defined(HAVE_ARC4RANDOM)
|
| ︙ |