Artifact e9bfb6f639d2d8a7eec4dc2ebb6eeb9d832d98274f29a6d85829cf545e5c17ef:
- File
src/runtime/property.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: 3293) [annotate] [blame] [check-ins using] - 2018-04-30 10:15:50 — part of check-in [dec9500ab6] on branch trunk — runtime: Have the Amiga glue the other way around (user: js, size: 3293) [annotate] [blame] [check-ins using]
-
2018-04-22 16:13:04
— part of check-in
[fe2cbe0021]
on branch trunk
— runtime: Define BOOL to be the same as bool