Differences From Artifact [67f14d80ee]:
- File src/bridge/OFDictionary+NSObject.m — part of check-in [c7f0229795] at 2020-01-02 01:51:34 on branch trunk — Update copyright (user: js, size: 859) [annotate] [blame] [check-ins using] [more...]
To Artifact [d35c1e81fe]:
- File
src/bridge/OFDictionary+NSObject.m
— part of check-in
[9e9ce6aa1c]
at
2020-09-27 03:08:51
on branch trunk
— Work around bugs in Apple GCC 4.0.1
Still miscompiles things. (user: js, size: 871) [annotate] [blame] [check-ins using] [more...]
︙ | |||
18 19 20 21 22 23 24 | 18 19 20 21 22 23 24 25 26 27 28 29 30 | - + | #import "NSOFDictionary.h" #import "OFDictionary+NSObject.h" int _OFDictionary_NSObject_reference; @implementation OFDictionary (NSObject) |