Differences From Artifact [bdc7c51f78]:
- File
src/OFAdjacentData.m
— part of check-in
[d1a8c88dc6]
at
2023-08-09 08:14:56
on branch trunk
— Add OFSubdata
This replaces the hack of OFAdjacentData being able to keep a pointer to
the parent. (user: js, size: 2143) [annotate] [blame] [check-ins using]
To Artifact [2174d3a707]:
- File src/OFConcreteData.m — part of check-in [6da6276ae7] at 2023-08-09 08:25:51 on branch trunk — More consistent naming for concrete classes (user: js, size: 2143) [annotate] [blame] [check-ins using] [more...]
| ︙ | |||
14 15 16 17 18 19 20 | 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 | - + - + | */ #include "config.h" #include <limits.h> #include <string.h> |
| ︙ |