Hi Andy,
> Not sure where they went... they used to be defined in mh.h:
And elsewhere. They went with C99 being a requirement.
commit c08cb60fe34b42b0a83bc88b57fd41b07793863f
Author: Ralph Corderoy <[email protected]>
Date: Mon Sep 4 10:07:35 2017 +0100
Replace FALSE and TRUE with C99's false and true.
Remove the duplicate definitions of FALSE and TRUE. Change a few
variables from int to bool at the same time. The semantics of bool are
different to int because `bool b = 42' maps 42 to 1, but if the code was
relying on that then it needs shaking out anyway.
--
Cheers, Ralph.