Differences From Artifact [b2fc8f8283]:
- File src/OFBlock.h — part of check-in [03ea273cb3] at 2021-04-17 15:20:09 on branch new-naming-convention — Clean up blocks a little (user: js, size: 2060) [annotate] [blame] [check-ins using] [more...]
To Artifact [d0a30cd463]:
- File
src/OFBlock.h
— part of check-in
[3c88df0ce4]
at
2021-05-09 14:45:19
on branch amiga-library
— Merge trunk into branch "amiga-library"
All necessary changes to adjust for the changes made in trunk are
included in the merge commit. (user: js, size: 2088) [annotate] [blame] [check-ins using] [more...]
| ︙ | |||
38 39 40 41 42 43 44 | 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 | - - + + |
OF_SUBCLASSING_RESTRICTED
@interface OFMallocBlock: OFBlock
@end
#ifdef __cplusplus
extern "C" {
#endif
|
| ︙ |