Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
Further cases of int vs. int32 / TextRef usage.
|
|
Mismatch in types caused compilation failure for ports where int was
not identical to int32 which is the typedef for TextRef.
|
|
|
|
|
|
nullptr is an object on macOS.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
For some reason this was inflating the executable size.
|
|
|