Thus said Michael Richardson on Thu, 10 Nov 2022 13:08:02 +0000:

> Not sure where TRUE/FALSE is supposed  to be declared, but that didn't
> compile.

Not sure where they went... they used to be defined in mh.h:

#ifndef FALSE
#define FALSE false
#endif
#ifndef TRUE
#define TRUE true
#endif

Thanks for  pointing out that  they're missing. I  guess a lot  more has
changed between 1.7.1 and master than I had thought.

I'm just about done with reworking the patch for master.

Thanks,

Andy


Reply via email to