Artifact 107b957fe85aaebc9e2f4819545f8e5fec651cade5c03b11513cd0ca111825c3:
- File
src/runtime/lookup.m
- 2018-04-22 16:13:04 — part of check-in [fe2cbe0021] on branch trunk — runtime: Define BOOL to be the same as bool As we define the ABI, we can just replace BOOL with bool everywhere, including in ObjFW itself. For the Apple platforms where BOOL and bool are different, this is not a problem as BOOL and bool are passed and returned the same way in the ABI. This still defines BOOL to bool for compatibility, except on AmigaOS and Wii, which both have its own BOOL type. (user: js size: 4681)
- 2018-05-13 02:09:02 — part of check-in [95e1ba8d63] on branch trunk — runtime: Port Amiga library to MorphOS (user: js size: 4681)