[PATCH] parsers: use char instead of int8_t

Julien Cristau julien.cristau at logilab.fr
Thu Sep 12 02:24:07 CDT 2013


On Thu, Sep 12, 2013 at 14:35:58 +0800, elson.wei at gmail.com wrote:

> # HG changeset patch
> # User Wei, Elson <elson.wei at gmail.com>
> # Date 1378967736 -28800
> #      Thu Sep 12 14:35:36 2013 +0800
> # Node ID 323830f2c65ece0e6111aae2b11d219d23b68d12
> # Parent  d69e06724b96a985f29fd493a5dfe356a75af387
> parsers: use char instead of int8_t
> 
> MS Windows SDK v7.0 doesn't have stdint.h in which int8_t is defined.
> For compatibility, changes the type of "hextable" back to char[].
> 
That's going to break platforms where char is unsigned.

Cheers,
Julien
-- 
Julien Cristau          <julien.cristau at logilab.fr>
Logilab		        http://www.logilab.fr/
Informatique scientifique & gestion de connaissances


More information about the Mercurial-devel mailing list