[PATCH 1 of 4 lazy-manifest] manifest.c: new extension code to lazily parse manifests

Augie Fackler raf at durin42.com
Thu Jan 8 21:09:31 CST 2015


On Jan 8, 2015 6:50 PM, "David Champion" <dgc at uchicago.edu> wrote:
>
> * On 08 Jan 2015, Matt Mackall wrote:
> >
> > > +/* yay c89 */
> > > +#define true 1
> > > +#define false 0
> > > +typedef unsigned char bool;
> >
> > If we must have this, it probably belongs in util.h.
>
> Is <stdbool.h> an option?

It looks like that'll be missing on VC9, which I think is what's in use on
windows for python extensions.

>
> --
>        David Champion • dgc at uchicago.edu • University of Chicago
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://selenic.com/pipermail/mercurial-devel/attachments/20150108/2be81f9d/attachment.html>


More information about the Mercurial-devel mailing list