[PATCH 0 of 3] Fast implemenation of parseindex in C

Patrick Mézard pmezard at gmail.com
Sat Oct 18 07:45:42 CDT 2008


dhruva a écrit :
> The following patch fixes a compilation error on WXP using MSVC 2003.
> I pulled from CREW and the build fails.
> 
> -dhruva
> 
> diff -r b801d6e5dc83 mercurial/parsers.c
> --- a/mercurial/parsers.c       Sat Oct 18 04:26:09 2008 -0500
> +++ b/mercurial/parsers.c       Sat Oct 18 17:39:34 2008 +0530
> @@ -137,6 +137,7 @@ quit:
>  /* msvc 6.0 has problems */
>  #  define inline __inline
>  typedef unsigned long uint32_t;
> +typedef unsigned __int64 uint64_t;
>  # else
>  #  include <stdint.h>
>  # endif

Pushed: http://hg.intevation.org/mercurial/crew/rev/3cf699e89e48

Thanks !

--
Patrick Mézard


More information about the Mercurial-devel mailing list