nmh-workers
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: inc and non-compliant long lines redux


From: Andy Bradford
Subject: Re: inc and non-compliant long lines redux
Date: 10 Nov 2022 08:44:11 -0700

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

[Prev in Thread] Current Thread [Next in Thread]